Sha256: e87a68f363864b8b880a0916f1aa0e1860ea343b9e16b71c9c47e39016c15f5b
Contents?: true
Size: 334 Bytes
Versions: 42
Compression:
Stored size: 334 Bytes
Contents
module Spree class Prototype < Spree::Base has_and_belongs_to_many :properties, join_table: :spree_properties_prototypes has_and_belongs_to_many :option_types, join_table: :spree_option_types_prototypes has_and_belongs_to_many :taxons, join_table: :spree_taxons_prototypes validates :name, presence: true end end
Version data entries
42 entries across 42 versions & 2 rubygems