Restful tutorial with rich join table?

Does anyone know of a tutorial that shows how to setup a restful
application that has more than one table ?

preferably showing how to handle relationships. eg user - membership -
groups

Im ok with the nest routes but passing the right variables in the links
is proving to be a problem.

See if this helps:

http://david.goodlad.ca/articles/2006/08/02/simply_restful-in-rails-core

Jamie Orchard-Hays wrote:

See if this helps:

http://david.goodlad.ca/articles/2006/08/02/simply_restful-in-rails-core

thanks. It does appear that no one has made a tutorial on a multi table
restful instance.

Carl F. wrote:

I would suggest looking at a couple of the open source projects out
there. Beast (http://beast.caboo.se) is one project that uses the
latest RESTful features.

that was useful, cheers.

I would suggest looking at a couple of the open source projects out
there. Beast (http://beast.caboo.se) is one project that uses the
latest RESTful features.