Sha256: 676d15a64dcb526ef2234e299dc89da465d4518f1be98b65149eb219fce002ea
Contents?: true
Size: 384 Bytes
Versions: 7
Compression:
Stored size: 384 Bytes
Contents
module Spree class Prototype < Spree::Base has_many :property_prototypes has_many :properties, through: :property_prototypes has_many :option_type_prototypes has_many :option_types, through: :option_type_prototypes has_many :prototype_taxons, dependent: :destroy has_many :taxons, through: :prototype_taxons validates :name, presence: true end end
Version data entries
7 entries across 7 versions & 1 rubygems