Class | Product |
In: |
app/models/product.rb
|
Parent: | ActiveRecord::Base |
# File app/models/product.rb, line 20 20: def self.find_producten_voor_verkoop 21: find(:all, :order => 'titel') 22: end