Sha256: 1774ea31d84ae94b4f88b0d75b7b73aa3a1f8e1f153d1fda23e46b9e0dac36b6
Contents?: true
Size: 232 Bytes
Versions: 5
Compression:
Stored size: 232 Bytes
Contents
class Variation < ActiveRecord::Base belongs_to :product has_and_belongs_to_many :option_values validates_presence_of :product #has_one :sku #belongs_to :variable, :polymorphic => true #validates_presence_of :name end
Version data entries
5 entries across 5 versions & 2 rubygems