Sha256: bed9d77133563fde2dc869ccf8d0d7464f8da0615258322575a3d1771364a731
Contents?: true
Size: 283 Bytes
Versions: 1
Compression:
Stored size: 283 Bytes
Contents
module Spree class AddOnMaker < ActiveRecord::Base acts_as_paranoid has_many :add_on_maker_products has_many :products, :through => :add_on_maker_products # acts_as_list scope: :product validates :name, presence: true validates_uniqueness_of :name end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_maker_search-0.1.1 | app/models/spree/add_on_maker.rb |