Class: Shim::PagesController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/shim/pages_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



21
22
23
# File 'app/controllers/shim/pages_controller.rb', line 21

def show
  render :template => current_page
end