Module: MissingSessionHelpers
- Defined in:
- lib/devise_cas_authenticatable/missing_session_helpers.rb
Instance Method Summary collapse
- #destroy_session_path(resource_name, *args) ⇒ Object
- #new_session_path(resource_name, *args) ⇒ Object
Instance Method Details
#destroy_session_path(resource_name, *args) ⇒ Object
6 7 8 |
# File 'lib/devise_cas_authenticatable/missing_session_helpers.rb', line 6 def destroy_session_path(resource_name, *args) send "destroy_#{resource_name}_session_path".to_sym, *args end |
#new_session_path(resource_name, *args) ⇒ Object
2 3 4 |
# File 'lib/devise_cas_authenticatable/missing_session_helpers.rb', line 2 def new_session_path(resource_name, *args) send "new_#{resource_name}_session_path".to_sym, *args end |