how i can manage links , create new links , modify exiting links ?
hey guys , when i generate a scaffold the default link of edit it's link like this edit_participation_path(participation) , in my case i need to change the edit to changer_participation_path(participation) , my question is how i can manage links , create new links , modify exiting links ? thank you
Rails calls them "routes", not links. That's what you'll want to search for and read up on. 👍