Sha256: 25adaf293263e156a0066b7e0d750d2f7c0ce19c8591fdc1dea806b6d660f1d3

Contents?: true

Size: 178 Bytes

Versions: 2

Compression:

Stored size: 178 Bytes

Contents

class ProductAttribute < Attribute
  has_and_belongs_to_many :product_types, :readonly => true
  has_many :products, :through => :dynamic_attribute_values, :readonly => true
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
forgeos_commerce-1.9.1.rc1 app/models/product_attribute.rb
forgeos_commerce-1.9.0 app/models/product_attribute.rb