Class: Simplec::PagesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Simplec::PagesController
- Defined in:
- app/controllers/simplec/pages_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
6 7 8 9 |
# File 'app/controllers/simplec/pages_controller.rb', line 6 def show @page = page("/#{params[:path]}") render layout: layout(@page) end |