New Discussion

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

0
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

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