Hi I've got a Category model that displays Products and a Cart model with an add_to_cart action that takes a param id of whats to be added. the link to add product with the Id of 2 would look something like
http://{root}/carts/add_to_cart/2 that works great on the product show page but when i wanna put it say beside the product name and link on the Category page I cant access the correct ID of each product for the life of me. How do I do that ? -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
