Class: SimpleStaticPages::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/simple_static_pages/application_controller.rb

Direct Known Subclasses

Admins::PagesController, PagesController

Instance Method Summary collapse

Instance Method Details

#set_pagesObject



5
6
7
# File 'app/controllers/simple_static_pages/application_controller.rb', line 5

def set_pages
  @pages = Page.all
end