X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=db%2Fmigrate%2F20090202163608_add_test_data.rb;h=4ccb3c0e488dad5c6af39051a9522b4c8b9db4a4;hb=3ac66882338fa1c3f6d73ba68093b7fcfb399574;hp=35a0a7a12380a48298424322357c7443c8d7e002;hpb=127aadd04c2b26dfa7ab7e91b7838c38382eee0b;p=depot.git diff --git a/db/migrate/20090202163608_add_test_data.rb b/db/migrate/20090202163608_add_test_data.rb index 35a0a7a..4ccb3c0 100644 --- a/db/migrate/20090202163608_add_test_data.rb +++ b/db/migrate/20090202163608_add_test_data.rb @@ -29,14 +29,14 @@ class AddTestData < ActiveRecord::Migration

}, :image_url => '/images/daisy.gif', - :price => 5.00, + :price => 4.99, :date_available => Time.utc(2011, 7, 1) ) Product.create(:title => 'Cardboard Box', :description => %{

The gift that keeps on giving, you'll wonder how you ever did - without a cardboard box in your home. Us it for a range of uses, + without a cardboard box in your home. Use it for a range of uses, including putting things in and keeping things in. We can provide you with a cardboard box that is versatile and suitable for any occasion. Some of our directors even use them for sleeping in! @@ -57,7 +57,7 @@ class AddTestData < ActiveRecord::Migration

}, :image_url => '/images/can-of-air.jpg', - :price => 5000.00, + :price => 4999.95, :date_available => Time.utc(2009, 1, 1) ) end