invitations_path
zhao lu
13 posts
|
In chapter2.3, the fb:request-form’s action is defined as: <invitations_path> in the book and <new_invitations_path> in source code. Neither worked for me as expected, which is to go to the create.erb after sending the request to the user. I changed it to <create_invitations_path> and had no luck either. What should it be? I understand the book is in beta and the final version comes out on 8/15. But is it anyway to get an interim update with less errors? It’s really frustrating for me. |
Michael
3 posts
|
invitations_path seems to be working for me, though I had to add the trailing slash on the fb app callback url. See my response to your other post. |
zhao lu
13 posts
|
You are right, after reading about restful stuff it should indeed be invitations_path. I ran rake routes to look at all the routes defined. |
Mike Mangino
148 posts
|
Sorry about that. It should be fixed in the newest version of the book. |
4 posts, 3 voices
