spree-contrib / spree_globalize

Adds support for model translations (multi-language stores) using Globalize gem
https://spreecommerce.org
BSD 3-Clause "New" or "Revised" License
24 stars 102 forks source link

FIX spree globalize breaks find_by in Spree::Property #21 #59

Closed MatthewKennedy closed 5 years ago

MatthewKennedy commented 5 years ago

spree_globalize previously broke the use of ``<%= @product.property('property_name') %>``` to display a specific property.

This pull request fixes the issue.

damianlegawiec commented 5 years ago

@MatthewKennedy thank you - merged via https://github.com/spree-contrib/spree_globalize/pull/62