Displaying 1 result from an estimated 1 matches for "formatted_new_people_invitation".
2008 Dec 31
1
resource api docs not working for me
...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_invitation GET /people/invitations/:id/edit
formatted_edit_people_invitation GET /people/invitations/:id/
edit.:format
people_invitation GET /people/invitations/:id
formatted_people_invitation GET /people/
invitations/:id.:format
PUT...