Added date_available_from to products, updated conditions in product.find_products_fo...
authorNeil Smith <neil.git@njae.me.uk>
Fri, 27 Feb 2009 09:55:41 +0000 (09:55 +0000)
committerNeil Smith <neil.git@njae.me.uk>
Fri, 27 Feb 2009 09:55:41 +0000 (09:55 +0000)
commitc445da2b4dc5097fcfddf5e40d74c2965573fc1c
tree5f560749c5ddf1efdeebdda9807fc349203ce751
parent3bcc59a4bdb1841a6d979c416649694bf9a2a479
Added date_available_from to products, updated conditions in product.find_products_for_sale model, updated product maintenance forms.
app/models/product.rb
app/views/products/edit.html.erb
app/views/products/index.html.erb
app/views/products/new.html.erb
app/views/products/show.html.erb
db/migrate/20090202163608_add_test_data.rb
db/migrate/20090226212213_add_date_avilable_until_to_product.rb [new file with mode: 0644]
db/migrate/20090226212307_add_more_test_data.rb [new file with mode: 0644]
db/schema.rb