![]() | D3 line items method not found |
|
11 Dec 2012, 23:22
Matt Cushing (5 posts) |
Getting Error: Here is the code: def create @cart = current_cart product = Product.find(params[:product_id]) @line_item = @cart.line_items.build (doesn’t like this row) @line_item.product = product |
| You must be logged in to comment |

