Link_to nested resources

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