Skip to content

Commit

Permalink
Merge pull request #111 from 5v3n/master
Browse files Browse the repository at this point in the history
Fixed little mistake in the docs
  • Loading branch information
5v3n committed Aug 31, 2012
2 parents 030af5e + 3012365 commit b0896c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_view/helpers/url_helper.rb
Expand Up @@ -338,7 +338,7 @@ def link_to(name = nil, options = nil, html_options = nil, &block)
# # </form>"
#
#
# <%= button_to "Delete Image", { :action => "delete", :id => @image.id },
# <%= button_to "Delete Image", { :action => "destroy", :id => @image.id },
# :method => :delete, :data => { :confirm => "Are you sure?" } %>
# # => "<form method="post" action="/images/delete/1" class="button_to">
# # <div>
Expand Down

0 comments on commit b0896c3

Please sign in to comment.