Save 36% for Black Friday! Learn more

New Discussion

Notifications

You’re not receiving notifications from this thread.

how i can manage links , create new links , modify exiting links ?

1
Rails

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. 👍

https://guides.rubyonrails.org/routing.html

Join the discussion
Create an account Log in