Sha256: 3ea4aeb4cf1e812aff82066635761899b319aba11eda2d46ad2a768b13927d26
Contents?: true
Size: 338 Bytes
Versions: 8
Compression:
Stored size: 338 Bytes
Contents
# == Schema Information # # Table name: products # # id :integer not null, primary key # name :string(255) # brand_name :string(255) # created_at :datetime # updated_at :datetime # class Product < ActiveRecord::Base attr_accessor :brand_id has_many :features accepts_nested_attributes_for :features end
Version data entries
8 entries across 8 versions & 1 rubygems