Sha256: 22945026f6f19ca47297a5894b31aa24c9e2bbdd830d6ea03c889bbe4dbb4729

Contents?: true

Size: 126 Bytes

Versions: 38

Compression:

Stored size: 126 Bytes

Contents

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

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
reso-0.1.6.7 app/controllers/syndication_controller.rb
reso-0.1.6.6 app/controllers/syndication_controller.rb
reso-0.1.6.5 app/controllers/syndication_controller.rb
reso-0.1.6.4 app/controllers/syndication_controller.rb
reso-0.1.6.3 app/controllers/syndication_controller.rb
reso-0.1.6.2 app/controllers/syndication_controller.rb
reso-0.1.6.1 app/controllers/syndication_controller.rb
reso-0.1.6 app/controllers/syndication_controller.rb
reso-0.1.5.11 app/controllers/syndication_controller.rb
reso-0.1.5.10 app/controllers/syndication_controller.rb
reso-0.1.5.9 app/controllers/syndication_controller.rb
reso-0.1.5.7 app/controllers/syndication_controller.rb
reso-0.1.5.6 app/controllers/syndication_controller.rb
reso-0.1.5.5 app/controllers/syndication_controller.rb
reso-0.1.5.4 app/controllers/syndication_controller.rb
reso-0.1.5.3 app/controllers/syndication_controller.rb
reso-0.1.5.2 app/controllers/syndication_controller.rb
reso-0.1.5.1 app/controllers/syndication_controller.rb
reso-0.1.5.0 app/controllers/syndication_controller.rb
reso-0.1.4.10 app/controllers/syndication_controller.rb