module Refinery::AuthenticatedSystem
Public Instance Methods
after_sign_in_path_for(resource_or_scope)
click to toggle source
# 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)
click to toggle source
# 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)
click to toggle source
# File lib/refinery/stores/authenticated_system.rb, line 16 def after_sign_up_path_for(resource) store_root end
after_update_path_for(resource)
click to toggle source
# File lib/refinery/stores/authenticated_system.rb, line 12 def after_update_path_for(resource) store_root end
Private Instance Methods
store_root()
click to toggle source
# File lib/refinery/stores/authenticated_system.rb, line 21 def store_root refinery.stores_root_url end