Sha256: 382b6577fe9408456dd544456a1a0db0392ea96cb7ada442e427aaec3e867e32
Contents?: true
Size: 260 Bytes
Versions: 16
Compression:
Stored size: 260 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 validates :name, presence: true end end
Version data entries
16 entries across 16 versions & 1 rubygems