I have a phones resource nested within a user one, and each have independent views. I can use link_to to get to the nested resource, phones, but am unable to go back in the opposite direction and link back to user views from within a phone view.
I have tried nearly every command I could find on google, such as link_to, url_for, polymorphic_url, all without success.
Thanks
Wex