You need to define the additional action, see http://guides.rubyonrails.org/routing.html#adding-more-restful-actions for more, so change the route to
map.resources :users, :collection => { :test => :get }
A helpful utility to check all routes is rake routes
- btw I assume you're using Rails 2.3.x, right?
lwe
2010-08-06 16:27:21