Map.resources :staff, but /staff/ gives show action, not index?

Hello,
I’m having a hell of a time with my map.resources

I have:
map.resource :staff
in my routes.rb, but when i go to localhost:3000/staff it takes me to
the show action? This is not the default i remember. How can I
change it, or figure out why this is happening? Any ideas?
Thanks,
Michael

solved:
the problem was I was using map.resource, not map.resources (plural),
Dohh!
~michael