Class: ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- ApplicationController
- Includes:
- Pagy::Backend
- Defined in:
- app/controllers/application_controller.rb
Overview
This controller contain the methods shared for all controller
Direct Known Subclasses
Admin::ApplicationController, Editor::ApplicationController, EventsController, HappeningsController, TicketsController
Instance Method Summary collapse
Instance Method Details
#default_url_options ⇒ Object
9 10 11 |
# File 'app/controllers/application_controller.rb', line 9 def { locale: I18n.locale } end |
#new_session_path(scope) ⇒ Object
18 19 20 |
# File 'app/controllers/application_controller.rb', line 18 def new_session_path(scope) new_user_session_path end |