Displaying 1 result from an estimated 1 matches for "people_invit".
2008 Dec 31
1
resource api docs not working for me
...prised to find no method such as person_invitations (with or
without the :singular=>true): all the methods are pluralised for
people. And for those methods that do exist none take the person id,
even the index method (which makes it useless to me). Here is what
rake is telling me are my routes:
people_invitations GET /people/invitations
formatted_people_invitations GET /people/
invitations.:format
POST /people/invitations
POST /people/invitations.:format
new_people_invitation GET /people/invitations/new
formatted_new_people_invitation GET /people/invitations/
new.:format
edit_people_in...