Class: Standin::PagesController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Standin::PagesController
- Defined in:
- app/controllers/standin/pages_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
5 6 7 |
# File 'app/controllers/standin/pages_controller.rb', line 5 def show render :template => current_page, :layout => current_layout end |