Class: Backend::Pages::BaseController
- Inherits:
-
BaseController
- Object
- ActionController::Base
- BaseController
- Backend::Pages::BaseController
- Defined in:
- app/controllers/backend/pages/base_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
Methods inherited from BaseController
#breadcrumb, #current_admin, #default_app_locale, #translate_notice
Methods included from Udongo::Cryptography
Instance Method Details
#find_page ⇒ Object
8 9 10 |
# File 'app/controllers/backend/pages/base_controller.rb', line 8 def find_page @page = Page.find params[:page_id] end |