spree-contrib / spree_related_products

Related products extension for Spree Commerce.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
149 stars 241 forks source link

Fix scoping issue in admin products_controller #149

Closed damianlegawiec closed 7 years ago

damianlegawiec commented 7 years ago

The products controller decorators scoping was not taking effect. Hence, the decorator was not being triggered.

We noticed this issue while visiting the admin products' related tab. The @relation_types instance variable was unset.

Fixes issue #127

Rebased https://github.com/spree-contrib/spree_related_products/pull/136 for master