Class: ActionController::Base
- Inherits:
-
Object
- Object
- ActionController::Base
- Defined in:
- app/controllers/authentifyd/application_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#after_sign_out_path_for(resource_or_scope) ⇒ Object
8 9 10 |
# File 'app/controllers/authentifyd/application_controller.rb', line 8 def after_sign_out_path_for(resource_or_scope) params[:callback_url] || session[:referrer] || root_path end |