You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 29, 2021. It is now read-only.
used this line in a model:
has_permalink :title, :update => true, :param => true
but it doesn't work as expected, links generated still have id as key. added to_param method and it works.
have I mispelled something?
thank you in advance,
a.