excid3/jumpstart

`form_with` with `html: { method: :put }` submits POST request instead of PUT

liudmyla-schastlyvets opened this issue · 0 comments

app/views/devise/registrations/edit.html.erb

POST request is submitted each time with form_with and html: { method: :put }.

Does anyone get the same problem?