Skip to content

Instantly share code, notes, and snippets.

@workmad3
Created September 10, 2010 15:37
Show Gist options
  • Select an option

  • Save workmad3/573850 to your computer and use it in GitHub Desktop.

Select an option

Save workmad3/573850 to your computer and use it in GitHub Desktop.
class Product < ActiveRecord::Base
scope :for_sale, order('title')
end
Product.for_sale
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment