Class: ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#new_session_path(_scope) ⇒ Object



7
8
9
# File 'app/controllers/application_controller.rb', line 7

def new_session_path(_scope)
  new_user_session_path
end