Sha256: 1714804071ae9140fa9aa92d63d4911118a44237fb2de364ef57c9804e020dbf

Contents?: true

Size: 115 Bytes

Versions: 21

Compression:

Stored size: 115 Bytes

Contents

class Product < ActiveRecord::Base
  has_many :category_items
  has_many :categories, through: :category_items
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
thermos-1.0.2 test/dummy/app/models/product.rb
thermos-1.0.1 test/dummy/app/models/product.rb
thermos-1.0.0 test/dummy/app/models/product.rb
thermos-0.6.0 test/dummy/app/models/product.rb
thermos-0.5.2 test/dummy/app/models/product.rb
thermos-0.5.1 test/dummy/app/models/product.rb
thermos-0.5.0 test/dummy/app/models/product.rb
thermos-0.4.1 test/dummy/app/models/product.rb
thermos-0.4.0 test/dummy/app/models/product.rb
thermos-0.3.0 test/dummy/app/models/product.rb
thermos-0.2.1 test/dummy/app/models/product.rb
thermos-0.2.0 test/dummy/app/models/product.rb
thermos-0.1.1 test/dummy/app/models/product.rb
thermos-0.1.0 test/dummy/app/models/product.rb
thermos-0.0.8 test/dummy/app/models/product.rb
thermos-0.0.7 test/dummy/app/models/product.rb
thermos-0.0.6 test/dummy/app/models/product.rb
thermos-0.0.5 test/dummy/app/models/product.rb
thermos-0.0.4 test/dummy/app/models/product.rb
thermos-0.0.3 test/dummy/app/models/product.rb