search for: some_other_controller

Displaying 1 result from an estimated 1 matches for "some_other_controller".

2008 Oct 12
1
Routes problem.
Hello, Just a single problem i can''t solve. The scenario... I have a controller called "places" but i don''t want to link the users to /places/whatever, i want something like /no/whatever. How to achieve this? I have in my routes.rb: map.resources :no, :controller => "places", map.connect '':controller/:action/:id'' map.connect