Class: Admin::BaseController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Admin::BaseController
- Includes:
- BaseHelper
- Defined in:
- app/controllers/admin/base_controller.rb
Direct Known Subclasses
CategoriesController, DocumentsController, ImagesController, PagesController, TranslationsController, UsersController, VideosController
Instance Method Summary collapse
Methods included from BaseHelper
Instance Method Details
#access_denied ⇒ Object
7 8 9 |
# File 'app/controllers/admin/base_controller.rb', line 7 def access_denied redirect_to admin_root_path, :alert => t('access_denied') end |