Sha256: 783bf91b93bc8388c418563e185aa1a5f8922bf8b0d54cac373caf711148bb8c
Contents?: true
Size: 167 Bytes
Versions: 31
Compression:
Stored size: 167 Bytes
Contents
class Product < ActiveRecord::Base belongs_to :category counter_culture :category, :foreign_key_values => Proc.new {|foreign_key_value| Category.pluck(:id) } end
Version data entries
31 entries across 31 versions & 1 rubygems