X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9d35062ba3013891e44265261eaa1111ab1ebc47..8d13c394001ea1f98290dddb304b13c08f2ac77e:/app/views/trace/edit.html.erb diff --git a/app/views/trace/edit.html.erb b/app/views/trace/edit.html.erb index 202f9039d..a694d55bb 100644 --- a/app/views/trace/edit.html.erb +++ b/app/views/trace/edit.html.erb @@ -2,7 +2,7 @@ -<% form_for :trace, @trace do |f| %> +<%= form_for @trace, :url => { :action => "edit" } do |f| %>