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.4.9 app/controllers/syndication_controller.rb
reso-0.1.4.8 app/controllers/syndication_controller.rb
reso-0.1.4.7 app/controllers/syndication_controller.rb
reso-0.1.4.6 app/controllers/syndication_controller.rb
reso-0.1.4.5 app/controllers/syndication_controller.rb
reso-0.1.4.4 app/controllers/syndication_controller.rb
reso-0.1.4.3 app/controllers/syndication_controller.rb
reso-0.1.4.2 app/controllers/syndication_controller.rb
reso-0.1.4.1 app/controllers/syndication_controller.rb
reso-0.1.4.0 app/controllers/syndication_controller.rb
reso-0.1.3.1 app/controllers/syndication_controller.rb
reso-0.1.3.0 app/controllers/syndication_controller.rb
reso-0.1.2.0 app/controllers/syndication_controller.rb
reso-0.1.1.0 app/controllers/syndication_controller.rb
reso-0.1.0.3 app/controllers/syndication_controller.rb
reso-0.1.0.2 app/controllers/syndication_controller.rb
reso-0.1.0.1 app/controllers/syndication_controller.rb
reso-0.1.0.0 app/controllers/syndication_controller.rb