Closed davidslvto closed 12 years ago
Hi guys,
I'm having some problems figuring out how this gem works.
How do I show the related products in the view ?
Thanks
I got it now.
Spree::RelationType.create!(name: 'Upselling', applies_to: 'Spree::Product') @product.upsellings.each do |product| # Upselling is used in plural form.
Hi guys,
I'm having some problems figuring out how this gem works.
How do I show the related products in the view ?
Thanks