Class: Decidim::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Decidim::ApplicationController
- Includes:
- LocaleSwitcher, NeedsAuthorization, NeedsOrganization
- Defined in:
- app/controllers/decidim/application_controller.rb
Overview
The main application controller that inherits from Rails.
Direct Known Subclasses
AccountController, AuthorizationsController, Features::BaseController, LocalesController, PagesController, ParticipatoryProcessStepsController, ParticipatoryProcessesController
Instance Method Summary collapse
Instance Method Details
#user_not_authorized_path ⇒ Object
12 13 14 |
# File 'app/controllers/decidim/application_controller.rb', line 12 def decidim.root_path end |