Use Numeric Sequence for Duplicate Slugs [Friendly ID]
问题 I noticed on the docs it says: Previous versions of FriendlyId appended a numeric sequence to make slugs unique, but this was removed to simplify using FriendlyId in concurrent code. Is there any way to revert back to this format? My model only has name so there aren't any other viable slug candidates and ( time or date wouldn't make sense in this case for slug candidates). How can I change this (current format): car.friendly_id #=> "peugeot-206" car2.friendly_id #=> "peugeot-206-f9f3789a