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