aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorSven Kraeuter | 5v3n <sven.kraeuter@gmail.com>2012-09-01 01:37:47 +0200
committerSven Kraeuter | 5v3n <sven.kraeuter@gmail.com>2012-09-01 01:37:47 +0200
commita1c7b0ecfc30b0c644d49b3c55747838d734b97c (patch)
tree6f2ea9cf6e44a4e2f7f55d67dadd75aba2c2e88d /actionpack
parenta91c7b4006f32ba425ca6d88b43fc5078819dd7d (diff)
downloadrails-a1c7b0ecfc30b0c644d49b3c55747838d734b97c.tar.gz
rails-a1c7b0ecfc30b0c644d49b3c55747838d734b97c.tar.bz2
rails-a1c7b0ecfc30b0c644d49b3c55747838d734b97c.zip
reverting changes from commit b0896c38
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_view/helpers/url_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/url_helper.rb b/actionpack/lib/action_view/helpers/url_helper.rb
index c4f79c669e..fe3240fdc1 100644
--- a/actionpack/lib/action_view/helpers/url_helper.rb
+++ b/actionpack/lib/action_view/helpers/url_helper.rb
@@ -338,7 +338,7 @@ module ActionView
# # </form>"
#
#
- # <%= button_to "Delete Image", { :action => "destroy", :id => @image.id },
+ # <%= button_to "Delete Image", { :action => "delete", :id => @image.id },
# :method => :delete, :data => { :confirm => "Are you sure?" } %>
# # => "<form method="post" action="/images/delete/1" class="button_to">
# # <div>