Class: BlueberryCMS::PagesController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- BlueberryCMS::PagesController
- Defined in:
- app/controllers/blueberry_cms/pages_controller.rb
Defined Under Namespace
Classes: LiquidViewContext
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
11 12 13 |
# File 'app/controllers/blueberry_cms/pages_controller.rb', line 11 def show @page = Page.find_by(path: "/#{params[:path]}") end |