Changing the Parent Resource Parameter Key in Rails
Today I wanted to achieve the following:
Change the key for the parent resource when accessed in the nested resources
# instead of
/collections/:collection_id/entries
# wanted article_id
/collections/:article_id/entries
I also wanted to have the En...
allaboutcoding.ghinda.com1 min read