Closed chrism closed 2 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Check this solution: https://stackoverflow.com/a/30323207/23497576
I've added to
config/initializers/friendly_id.rb
the two linesAnd even tried including in my models
But no matter what, if I create a new model the slug is still parameterized with a hyphen.
I've read similar issues like https://github.com/norman/friendly_id/issues/650 which has now been closed, but still have not been able to get this to work and tried everything suggested.