# == Schema Information # # Table name: products # # id :integer not null, primary key # name :string(255) not null # price_cents :integer default(0), not null # category :integer default(0) # stock :integer default(0), not null # avatar_file_name :string(255) # avatar_content_type :string(255) # avatar_file_size :integer # avatar_updated_at :datetime # created_at :datetime # updated_at :datetime # # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html fanta: name: 'Fanta' price_cents: 60 stock: 100 cola: name: 'Cola' price_cents: 60 stock: 0 mate: name: 'Club Mate' price_cents: 120 stock: 100 bueno: name: 'Kinder Bueno' stock: 50 price_cents: 120