Sha256: 85a136ccffbee2415faa458f73b0f430552d3e55ae9d381d9186be3172a7995b

Contents?: true

Size: 203 Bytes

Versions: 4

Compression:

Stored size: 203 Bytes

Contents

# This is not a GoldRecord. It uses autoincrement primary keys.
class Label < ActiveRecord::Base
  has_many :artists
  has_many :albums, :through => :artists
  has_and_belongs_to_many :record_stores
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gold-record-0.2.2 test/models/label.rb
gold-record-0.2.1 test/models/label.rb
gold-record-0.2.0 test/models/label.rb
gold-record-0.1.0 test/models/label.rb