Sha256: 8b96ff3313d9e5f1b562d6239d95f1398c597b02efaf9909f0ca632d8a564f05
Contents?: true
Size: 95 Bytes
Versions: 1
Compression:
Stored size: 95 Bytes
Contents
class Customer < Person # Associations has_many :invoices, :order => 'value_date DESC' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bookyt-0.0.1 | app/models/customer.rb |