Class: Shim::PagesController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Shim::PagesController
- Defined in:
- app/controllers/shim/pages_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
21 22 23 |
# File 'app/controllers/shim/pages_controller.rb', line 21 def show render :template => current_page end |