Class: SimpleStaticPages::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- SimpleStaticPages::ApplicationController
- Defined in:
- app/controllers/simple_static_pages/application_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#set_pages ⇒ Object
5 6 7 |
# File 'app/controllers/simple_static_pages/application_controller.rb', line 5 def set_pages @pages = Page.all end |