Description
Problem
The HTML default not work with put
and delete
. Then... We need sent the form data
to receive in update route
. Recently not sent, because need javascript called.
Solution
Create javascript helper
that will be called every time that the request form has been sent
Comments
We need follow the solutions of greats frameworks, as: Laravel
, Rails
and etc.