I have a resource exposed with two actions ONLY ('name' and 'number') and I would like to have a RESTful interface like:
resource/name/1
resource/number/ABC
but with the default
map.resources :controller_name
this doesn't work. How can I add these 2 custom actions? (total n00b here)
Thanks for any feedback!