Sha256: f70ef6ba69d176864b0110235ee15175af7b0303537b59b8f39d9184bbd84a1f
Contents?: true
Size: 217 Bytes
Versions: 9
Compression:
Stored size: 217 Bytes
Contents
module Spree class OptionValue < ActiveRecord::Base belongs_to :option_type acts_as_list :scope => :option_type has_and_belongs_to_many :variants, :join_table => 'spree_option_values_variants' end end
Version data entries
9 entries across 9 versions & 1 rubygems