Class: Bs5::PagesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Bs5::PagesController
- Defined in:
- app/controllers/bs5/pages_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
7 8 9 |
# File 'app/controllers/bs5/pages_controller.rb', line 7 def show render template: "bs5/pages/#{params[:page]}" end |