So, given:
map.resource('child', 'children',
parent_resource=dict(member_name='parent',
collection+name='parents'))
The signature on my child controller actions need to be changed to
include parent_id, right?
Question # 2: The controller actions on a REST controller are not
limited to a method, just the routing, right? So if I need a link, I
can just define a named route to the controller action (the action
isn't GET but DELETE in this case)?
Question #3: If I need a particular action with a return in a
different format, I just add to the member?
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en.