Sha256: 9e34a897777cc8380553cfff692af69ef5ba1933bcbe2d0bba4d53451010a87f
Contents?: true
Size: 149 Bytes
Versions: 42
Compression:
Stored size: 149 Bytes
Contents
# frozen_string_literal: true module Spree class OptionValuesVariant < Spree::Base belongs_to :variant belongs_to :option_value end end
Version data entries
42 entries across 42 versions & 2 rubygems