Module: Refinery::AuthenticatedSystem
- Defined in:
- lib/refinery/stores/authenticated_system.rb
Instance Method Summary collapse
- #after_sign_in_path_for(resource_or_scope) ⇒ Object
- #after_sign_out_path_for(resource_or_scope) ⇒ Object
- #after_sign_up_path_for(resource) ⇒ Object
- #after_update_path_for(resource) ⇒ Object
Instance Method Details
#after_sign_in_path_for(resource_or_scope) ⇒ Object
4 5 6 |
# File 'lib/refinery/stores/authenticated_system.rb', line 4 def after_sign_in_path_for(resource_or_scope) store_root end |
#after_sign_out_path_for(resource_or_scope) ⇒ Object
8 9 10 |
# File 'lib/refinery/stores/authenticated_system.rb', line 8 def after_sign_out_path_for(resource_or_scope) store_root end |
#after_sign_up_path_for(resource) ⇒ Object
16 17 18 |
# File 'lib/refinery/stores/authenticated_system.rb', line 16 def after_sign_up_path_for(resource) store_root end |
#after_update_path_for(resource) ⇒ Object
12 13 14 |
# File 'lib/refinery/stores/authenticated_system.rb', line 12 def after_update_path_for(resource) store_root end |