Let's say I have a URL like this:
http://domain.com/projects/14/phases/30
But I'm loading the phases#show action into a div on my projects#show view via :remote => true links.
I would a user to be able to visit http://domain.com/projects/14/phases/30
and have the projects#show view render and auto-load the view for phases/30 into the specified div.
I just need a nudge in the right direction. I'm having trouble finding anything about this issue online.
Thanks!