users has_one profile
profile has_many schools
i’m trying to build a link to this route edit_user_profile_school
GET /users/:user_id/profile/schools/:id/edit(.:format)
schools#edit
i’ve been trying stuff like
users has_one profile
profile has_many schools
i’m trying to build a link to this route edit_user_profile_school
GET /users/:user_id/profile/schools/:id/edit(.:format)
schools#edit
i’ve been trying stuff like
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs