I use hashid on most models, but there are a few models I want to use it without overriding to_param because the particular model is used in many places and I dont have time to test if adding hashid will break all those places. How can I tell hashid not to override to_param?
I use hashid on most models, but there are a few models I want to use it without overriding to_param because the particular model is used in many places and I dont have time to test if adding hashid will break all those places. How can I tell hashid not to override to_param?