Class: SimpleStaticPages::PagesController

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

Instance Method Summary collapse

Methods inherited from ApplicationController

#set_pages

Instance Method Details

#indexObject



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

def index

end

#showObject



8
9
10
# File 'app/controllers/simple_static_pages/pages_controller.rb', line 8

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