-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yielding Resource to Overriding Controller #548
Comments
I literally just asked the same question! See #549 |
We have been able to figure this out with a lot of experimentation.
in I hope this helps, and also thanks to @JonathanWexler for helping to figure this out. |
@richardmable thanks for documenting your findings I am also able to get access to the token via |
Sounds like we have a proposed solution here? Closing for now. |
I'm trying to extend the create action for the Sessions Controller
When I do this:
resource == nil
however
@resource
does return the resource.Is this the expected behavior?
Also, I was wondering how I can get access to the token that will be returned to the user? I was able to access it via
@token
.The text was updated successfully, but these errors were encountered: