However, as it stands in edge it might work that:
map.resources :customers map.namespace(:customers) do |customers| customers.resources :tags customers.resources :notes end This would _almost_ work. Except that there wouldnt be a reference (at least not apparent through this routing) that tags and notes are children of customers. So you can have routes like /customers, / customers/2, /customers/:action, /customers/notes, /customers/notes/ new, /customers/2/notes/4, etc. Peter --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" 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-core?hl=en -~----------~----~----~----~------~----~------~--~---
