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.15k stars 590 forks source link

Fix: history not using `parse_friendly_id` #1020

Closed manafire closed 11 months ago

manafire commented 11 months ago

Fixes #1019

parndt commented 11 months ago

Thanks @manafire !

parndt commented 11 months ago

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

manafire commented 11 months ago

@parndt Thanks - done!

parndt commented 11 months ago

Thank you!