I have a resource and an associated controller called Person. I would like to generate some routes for the PersonController but call them by another name, like Registration, so that I can access the PersonController routes through a different name. Is there a way for me to do something like this: map.resources :people, :alias => :registration (or :as => :registration), so that I can get access to my PeopleController through another name for use in a different front-end context? Or do I need to build my differently named routes by hand? Thanks, Wes -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---