Class: Alchemy::Admin::BaseController
- Inherits:
-
BaseController
- Object
- ApplicationController
- BaseController
- Alchemy::Admin::BaseController
- Includes:
- Locale, Userstamp
- Defined in:
- app/controllers/alchemy/admin/base_controller.rb
Direct Known Subclasses
ClipboardController, DashboardController, ElementsController, IngredientsController, LayoutpagesController, ResourcesController, StyleguideController
Instance Method Summary collapse
Methods included from Modules
included, #module_definition_for, register_module
Methods included from Alchemy::AbilityHelper
Methods included from ConfigurationMethods
#configuration, #multi_language?, #multi_site?, #prefix_locale?
Instance Method Details
#leave ⇒ Object
27 28 29 30 |
# File 'app/controllers/alchemy/admin/base_controller.rb', line 27 def leave :leave, :alchemy_admin render template: "/alchemy/admin/leave", layout: !request.xhr? end |