From a1c7b0ecfc30b0c644d49b3c55747838d734b97c Mon Sep 17 00:00:00 2001 From: Sven Kraeuter | 5v3n Date: Sat, 1 Sep 2012 01:37:47 +0200 Subject: reverting changes from commit b0896c38 --- actionpack/lib/action_view/helpers/url_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') 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 # # " # # - # <%= 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?" } %> # # => "
# #
-- cgit v1.2.3