Class: SyndicationController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/syndication_controller.rb

Instance Method Summary collapse

Instance Method Details

#retsObject



2
3
4
# File 'app/controllers/syndication_controller.rb', line 2

def rets
  @listings = Listing.all.order("rand()").limit(5)
end