norman / friendly_id

FriendlyId is the “Swiss Army bulldozer” of slugging and permalink plugins for ActiveRecord. It allows you to create pretty URL’s and work with human-friendly strings as if they were numeric ids for ActiveRecord models.
http://norman.github.io/friendly_id/
MIT License
6.13k stars 589 forks source link

History + Slugged #989

Open jon-sully opened 2 years ago

jon-sully commented 2 years ago

Howdy! 👋

Not an issue from an implementation, moreso maybe docs and understanding, but it appears that the :slugged module is automatically included when using the :history module, but I don't think that's noted in the docs. Not a huge issue, but it made me wonder what was going on when I read through the :slugged module docs, realized my app was already doing all of that, but I don't have :slugged added 😁

Thanks!

stale[bot] commented 1 year 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.