↧
Problem with partials in p. 126 posted by mdc @ Thu, 09 Oct 2008 15:37:21 +0000
Hi, I have the beta from June 4th.When I replaced the previous code with this<%= render(:partial => "cart_item", :collection => @cart.items) %> And do this in the view...
View ArticleProblem with partials in p. 126 posted by Joshua R. Poulson @ Wed, 12 Nov...
I thought I was doing well with D1, and then I started getting these errors when I click buttons: Unknown action No action responded to #<Cart:0x11fb2e0>. Actions: add_to_cart, empty_cart, and...
View ArticleProblem with partials in p. 126 posted by Joshua R. Poulson @ Wed, 12 Nov...
I must have had a typo in my app/controllers/store_controller.rb as I reloaded it from the source site and it all works now.
View Article