Class | Product |
In: |
app/models/product.rb
|
Parent: | ActiveRecord::Base |
# File app/models/product.rb, line 11 11: def self.find_products_for_sale 12: find(:all, :order => "title") 13: end