Class: ApplicationController

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

Instance Method Summary collapse

Instance Method Details

#new_session_path(_scope) ⇒ Object



12
13
14
# File 'app/controllers/application_controller.rb', line 12

def new_session_path(_scope)
  new_user_session_path
end