It's a simple plugin (2 lines of code beside class and modules declarations) which allows routes created via the map.resources mechanism to be customized. Say you have the following map: [ruby] map.resources :members It will generate routes like: /members /members/:id /members/new No say you want...