Class: ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- ApplicationController
- Includes:
- ActiveStorage::SetCurrent
- Defined in:
- app/controllers/application_controller.rb
Direct Known Subclasses
ErrorsController, GroupsController, ReportsController, UsersController, WelcomeController, WorkActivityNotificationsController, WorkDownloaderController, WorkMigrationController, WorksController, WorksWizardController, WorksWizardNewSubmissionController, WorksWizardPolicyController, WorksWizardSubmissionCompleteController
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 |