Hi all,

I've decided to change the way my app identifies an account. I have
been using myaccount.domain.com/projects and want to now use
domain.com/myaccount/projects. At the moment, projects are top level
resources and I'd rather not change this to:

map.resources :accounts do |a|
  a.resources :projects
end

as I'll need to go through and change all my named routes. Is there
another way?

Cheers

Adam
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" 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/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to