Method: Auth::ApplicationHelper#new_res_session_path
- Defined in:
- app/helpers/auth/application_helper.rb
#new_res_session_path(opts = {}) ⇒ Object
77 78 79 |
# File 'app/helpers/auth/application_helper.rb', line 77 def new_res_session_path(opts = {}) send "new_#{res_name_small}_session_path",opts end |