angularjs_scaffold
angularjs_scaffold copied to clipboard
Cannot get id of post
Hi,
I created an angularjs_scaffold post as you instructed in announcement. I changed "protect_from_forgery with: :null_session" from exception. Now I can create posts.
But it seems that application cannot retrieve id of post. Now my show, edit and destroy paths are not working because of no id.
Please help me.
Hi,
It seems that it was a problem with json.jbuilder file. I added an id field to it. It works fine now.
Thank you for making this fantastic gem..