Sha256: a127b3064693c41da901cb92018ccb12d2dab3cc19b6381a34ded1ca721b1fd3
Contents?: true
Size: 240 Bytes
Versions: 5
Compression:
Stored size: 240 Bytes
Contents
class Brand < ActiveRecord::Base has_many :products end class Product < ActiveRecord::Base belongs_to :brand belongs_to :category, class_name: "ProductCategory" end class ProductCategory < ActiveRecord::Base has_many :products end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
querrel-1.4.0 | test/setup/models.rb |
querrel-1.3.0 | test/setup/models.rb |
querrel-1.2.0 | test/setup/models.rb |
querrel-1.1.0 | test/setup/models.rb |
querrel-1.0.0 | test/setup/models.rb |