I'm using the Plug-in for a form within a Table
The form works perfectly for Creating (POST) the post. But, when I try to update the post's information using the same form within the table, it returns me a routing error:
No route matches [POST] "/posts/1"
For Update the call should have been PUT but it is using POST here. It only happens when I use the plug-in otherwise the Update is working fine. Please look into the following matter.
The form works perfectly for Creating (POST) the post. But, when I try to update the post's information using the same form within the table, it returns me a routing error:
No route matches [POST] "/posts/1"
For Update the call should have been PUT but it is using POST here. It only happens when I use the plug-in otherwise the Update is working fine. Please look into the following matter.