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.16k stars 592 forks source link

Fix: history not using `parse_friendly_id` #1020

Closed manafire closed 1 year ago

manafire commented 1 year ago

Fixes #1019

parndt commented 1 year ago

Thanks @manafire !

parndt commented 1 year ago

@manafire I've fixed CI, can you please pull in the latest to your branch so that CI will pass?

manafire commented 1 year ago

@parndt Thanks - done!

parndt commented 1 year ago

Thank you!