Class: PagesController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/pages_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



4
5
6
7
# File 'app/controllers/pages_controller.rb', line 4

def show
  @page = Page.find( params[:id] )
  respond_with( @page )
end