Class: Wacky::SpecialPagesController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- Wacky::SpecialPagesController
- Defined in:
- app/controllers/wacky/special_pages_controller.rb
Instance Method Summary collapse
Instance Method Details
#recently_updated ⇒ Object
3 4 5 |
# File 'app/controllers/wacky/special_pages_controller.rb', line 3 def recently_updated @pages = Page.order("updated_at DESC").limit(10) end |