Remove explicit put action in settings forms (#32176)

This commit is contained in:
Matt Jankowski 2024-10-01 06:34:05 -04:00 committed by GitHub
parent 8ae381fd04
commit 7e35bef97e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View file

@ -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