The new version of friendly_id uses a slug_candidates method to create the slugged values appending a uuid if a duplicate is found, how do use this to get the old functionality? i.e matching records will be appended with 1,2,3 etc.
def slug_candidates
[
:title,
[:title, 'code that creates a sequential number']
]
end