my first rails plugin: named_resources 6
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...
Wednesday 28 November 2007 13:00