flatiron / restful

reflect RESTful Director routers from Resourceful resources
237 stars 48 forks source link

n-level resource relationships #13

Closed Marak closed 12 years ago

Marak commented 12 years ago

Currently, restful can only reflect relationships that are one level deep.

ex: Songs => Albums

restful should be able to work with any amount of relational levels.

ex: Songs => Artists => Albums

This should be relatively easy since we are already using a recursive traversal to generate the routing maps.

terite commented 12 years ago

Has any progress been made on this issue?

pksunkara commented 12 years ago

Fixed.