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