Class: Backend::Pages::BaseController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/backend/pages/base_controller.rb

Direct Known Subclasses

ImagesController

Instance Method Summary collapse

Methods inherited from BaseController

#breadcrumb, #current_admin, #default_app_locale, #translate_notice

Methods included from Udongo::Cryptography

#crypt

Instance Method Details

#find_pageObject



8
9
10
# File 'app/controllers/backend/pages/base_controller.rb', line 8

def find_page
  @page = Page.find params[:page_id]
end