End chapter 10
authorNeil Smith <neil.git@njae.me.uk>
Sat, 7 Mar 2009 00:20:39 +0000 (00:20 +0000)
committerNeil Smith <neil.git@njae.me.uk>
Sat, 7 Mar 2009 00:20:39 +0000 (00:20 +0000)
commit951fe14acc706a4c5ec043e20b3cbfee2b9754d6
treef9266b69f6bd5cf88bc7186ffe82910bbeb55972
parent3ac66882338fa1c3f6d73ba68093b7fcfb399574
End chapter 10
16 files changed:
app/controllers/store_controller.rb
app/models/line_item.rb
app/models/order.rb
app/views/layouts/line_items.html.erb [new file with mode: 0644]
app/views/layouts/orders.html.erb [new file with mode: 0644]
app/views/layouts/store.html.erb
app/views/store/_cart.html.erb
app/views/store/_checkout.html.erb [new file with mode: 0644]
app/views/store/add_to_cart.js.rjs
app/views/store/checkout.html.erb [new file with mode: 0644]
app/views/store/checkout.js.rjs [new file with mode: 0644]
app/views/store/index.html.erb
db/migrate/20090304153209_create_orders.rb
db/migrate/20090304153613_create_line_items.rb
db/schema.rb
public/stylesheets/depot.css