X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/44d5335e47a9557785e20d93627af9aec37fe07d..cb87f02642d0097ebc067ca1f9371dde274a41e3:/app/views/trace/edit.html.erb diff --git a/app/views/trace/edit.html.erb b/app/views/trace/edit.html.erb index da273b0eb..935862af4 100644 --- a/app/views/trace/edit.html.erb +++ b/app/views/trace/edit.html.erb @@ -4,7 +4,7 @@ -<%= form_for @trace, :url => { :action => "edit" } do |f| %> +<%= form_for @trace, :method => :post, :url => { :action => "edit" } do |f| %>