Login
From:
Write Software, Well
(Uncensored)
subscribe
How to Override the Named Route Parameter ID in Rails
https://www.writesoftwarewell.com/override-the-named-route-parameter-id-rails/
links
backlinks
Tagged with:
router
Roast topics
Find topics
Find it!
This post shows how you can override the default named parameter :id in Rails, by overriding the `to_param` method on the Rails model.