Nesting resources


Comments about this website
The RESTful routes feature in Rails makes it really, really simple to nest resources within each other. Just give a block to the “map.resources” call, and define further resources on the value yielded
qubit on 05.02.2007 at 23:23
The last 30 bookmarks with this URL
21:23 05.02.2007

Nesting resources websnapr

The RESTful routes feature in Rails makes it really, really simple to nest resources within each other. Just give a block to the “map.resources” call, and define further resources on the value yielded
610 days ago by qubit save
Nesting resources

This website has been saved 1 times altogether (publicly: 1, privately: 0)
26 bookmarks from this entire domain have been saved

Popular tags:

Popular title:

Nesting resources

Popular comment:

The RESTful routes feature in Rails makes it really, really simple to nest resources within each other. Just give a block to the “map.resources” call, and define further resources on the value yielded