Tagged Questions
0
votes
0answers
158 views
Rails3: Globalize3 - M to N table with attribute translation
Another Globalize3 problem I can't resolve:
I have Products and AttributeFields. And I have a n-to-m table AttributeFieldInProduct with an extra :value. This value gets translated. Without the ...