Hi All,
I'm trying to use permalink_fu with globalize3.
I have
has_permalink :name
translate :name
The problem is that it doesn't keep my permalinks unicity,
If I create a Product named "Test" and then another one named "Test", they both will have the permalink "test" (the first should be 'test' and the 2nd should be 'test-2')..
Do you have any idea to solve that problem ?