Hi,
I used has_permalink in one of my Rails application. I defined a custom method to generate permalink for Model.
For some records it is generating same permalink.
So, how can I update the permalink when the model title or the attributes I defined in my method get updated.
Thanks in advance