class StateControllerTest < ActionController::TestCase get :index end get :index works. However because of recent change in the controller name I want /mystate/index to go to the same place. I put in a FourOhFour cathcall controller which redirect user from /mystate/index to /state/index. It works. But how do I get that /mystate/index goes to /state/index . The problem is that I do not have a controller named MystateController anymore. Any suggestions. -- 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 -~----------~----~----~----~------~----~------~--~---