Class: PagesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- PagesController
- Defined in:
- lib/templates/controllers/pages_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#dash ⇒ Object
8 9 |
# File 'lib/templates/controllers/pages_controller.rb', line 8 def dash end |
#show ⇒ Object
4 5 6 |
# File 'lib/templates/controllers/pages_controller.rb', line 4 def show render template: "pages/#{params[:page]}" end |