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