Remove explicit put
action in settings forms (#32176)
This commit is contained in:
parent
8ae381fd04
commit
7e35bef97e
7 changed files with 7 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
%hr/
|
||||
|
||||
= simple_form_for @application, url: settings_application_path(@application), method: :put do |form|
|
||||
= simple_form_for @application, url: settings_application_path(@application) do |form|
|
||||
= render form
|
||||
|
||||
.actions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue