Sha256: 0f4ba3eb96db83d46895b6b8227b674b9325856f7882a16b3492f8ab419d5d40
Contents?: true
Size: 277 Bytes
Versions: 9
Compression:
Stored size: 277 Bytes
Contents
module Spree class Prototype < ActiveRecord::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
9 entries across 9 versions & 1 rubygems