Ask A Question

Notifications

You’re not receiving notifications from this thread.

Trying to understand Redirect back to current page after sign in, sign out, sign up, update DEVISE

Leon Entrup asked in Rails

I am aware of these guides:

My code for my ApplicationController can be found here

My after_sign_in_path_for(resource_or_scope) method returns nil when I put a debugger in it and I am trying to understand why that is the case:


stored_location_for(resource_or_scope)

=> nil

resource_or_scope

=> #<Userinstance>

super

=> "/"
Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,464+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.