Class: Wacky::SpecialPagesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/wacky/special_pages_controller.rb

Instance Method Summary collapse

Instance Method Details

#recently_updatedObject



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