Skip to content

Commit

Permalink
Reverting to previous 9V battery price
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Clark committed Mar 24, 2017
1 parent 3135ef7 commit e5c81fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@
# Store -------------------------------------------------------------------------
puts 'Store'

StoreItem.create({ name: '9 Volt Battery', price: 0.99, quantity: 1000})
StoreItem.create({ name: '9 Volt Battery', price: 1, quantity: 1000})
StoreItem.create({ name: 'Drill Bit', price: 1, quantity: 1000})
StoreItem.create({ name: 'Drop Cloth', price: 2, quantity: 1000})
StoreItem.create({ name: 'Electrical Box - 1 Gang', price: 1, quantity: 1000})
Expand Down

0 comments on commit e5c81fa

Please sign in to comment.