Class: Decidim::TermCustomizer::Admin::ApplicationController
- Inherits:
-
Admin::ApplicationController
- Object
- Admin::ApplicationController
- Decidim::TermCustomizer::Admin::ApplicationController
- Defined in:
- app/controllers/decidim/term_customizer/admin/application_controller.rb
Overview
This controller is the abstract class from which all other controllers of this engine inherit.
Direct Known Subclasses
AddTranslationsController, CachesController, TranslationSetsController, TranslationsController, TranslationsDestroysController
Instance Method Summary collapse
Instance Method Details
#permission_class_chain ⇒ Object
9 10 11 |
# File 'app/controllers/decidim/term_customizer/admin/application_controller.rb', line 9 def [Decidim::TermCustomizer::Admin::Permissions] + super end |