Sha256: 2988ca1d8a6fa868caec126291a135490b6e5a082c036a717d62e1456bd64ba6
Contents?: true
Size: 218 Bytes
Versions: 2
Compression:
Stored size: 218 Bytes
Contents
class ProductTypeCategory < Category has_and_belongs_to_many :elements, :join_table => 'categories_elements', :foreign_key => 'category_id', :association_foreign_key => 'element_id', :class_name => 'ProductType' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
forgeos_commerce-1.9.1.rc1 | app/models/product_type_category.rb |
forgeos_commerce-1.9.0 | app/models/product_type_category.rb |