All things Ruby on Rails, Content Management Systems and Web Development
class Video < ActiveRecord::Base named_scope :highest_scores, :order => "score DESC, id" end Video.highest_scores.proxy_options # => {:order=>"score DESC, id"}