class Object
Constants
- Private
- Settings
Public Instance Methods
after_sign_in_path_for(user)
click to toggle source
Calls superclass method
# File lib/generators/templates/app/controllers/application_controller.rb, line 4 def after_sign_in_path_for(user) super end
after_sign_out_path_for(user)
click to toggle source
redirect back to sign in form when signed out
# File lib/generators/templates/app/controllers/application_controller.rb, line 9 def after_sign_out_path_for(user) root_path end