Sha256: 8eb279ba5a446feb67cac95fce723771958280962259260ef2612551fac2d458
Contents?: true
Size: 325 Bytes
Versions: 42
Compression:
Stored size: 325 Bytes
Contents
# frozen_string_literal: true module Spree class ProductOptionType < Spree::Base belongs_to :product, class_name: 'Spree::Product', inverse_of: :product_option_types, touch: true belongs_to :option_type, class_name: 'Spree::OptionType', inverse_of: :product_option_types acts_as_list scope: :product end end
Version data entries
42 entries across 42 versions & 2 rubygems