Sha256: 41c4f4d24bc3dae4cdfd6f4c7ed639fdb069f3094c44f4555608e61ff956ef1c
Contents?: true
Size: 220 Bytes
Versions: 14
Compression:
Stored size: 220 Bytes
Contents
class Product < ActiveRecord::Base belongs_to :category counter_culture :category, :foreign_key_values => proc {|foreign_key_value| Category.pluck(:id) } if Rails.version >= "5.0.0" has_paper_trail end end
Version data entries
14 entries across 14 versions & 1 rubygems