Module: Users::UserPaths

Defined in:
app/controllers/appyantra_admin/users/user_paths.rb

Instance Method Summary collapse

Instance Method Details

#after_confirmation_path_for(resource_name, resource) ⇒ Object



24
25
26
# File 'app/controllers/appyantra_admin/users/user_paths.rb', line 24

def after_confirmation_path_for(resource_name, resource)
  main_app.root_path
end

#after_inactive_sign_up_path_for(resource) ⇒ Object



12
13
14
# File 'app/controllers/appyantra_admin/users/user_paths.rb', line 12

def (resource)
  main_app.root_path
end

#after_resending_confirmation_instructions_path_for(resource_name) ⇒ Object



20
21
22
# File 'app/controllers/appyantra_admin/users/user_paths.rb', line 20

def after_resending_confirmation_instructions_path_for(resource_name)
  main_app.root_path
end

#after_sending_reset_password_instructions_path_for(resource_name) ⇒ Object



28
29
30
# File 'app/controllers/appyantra_admin/users/user_paths.rb', line 28

def after_sending_reset_password_instructions_path_for(resource_name)
  main_app.root_path
end

#after_sign_in_path_for(resource) ⇒ Object



8
9
10
# File 'app/controllers/appyantra_admin/users/user_paths.rb', line 8

def (resource)
  main_app.root_path
end

#after_sign_out_path_for(resource) ⇒ Object



4
5
6
# File 'app/controllers/appyantra_admin/users/user_paths.rb', line 4

def after_sign_out_path_for(resource)
  main_app.root_path
end

#after_update_path_for(resource) ⇒ Object



16
17
18
# File 'app/controllers/appyantra_admin/users/user_paths.rb', line 16

def after_update_path_for(resource)
  main_app.root_path
end