I have a lot of has_many and has_many :through relationships in an application with approx 100 models. I would like to move to nested routes, but I just wanted to be sure I understood the scope of the project. Essentially, I see this as two tasks:
1.) modify config/routes.rb such that my relationships are expressed in nested route statements 2.) modify every route reference in a link_to etc to use the new nested route name (instead of new_ip_address, I'd have new_network_ip_address etc.) Is that about it? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

