From 6e1e088b8f843662c6236751896999cd4e797656 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 12 Jan 2007 07:33:26 +0000 Subject: Tiny doc fix for link_to_remote simulated :delete example. Closes #6962. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5899 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_view/helpers/prototype_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_view/helpers') diff --git a/actionpack/lib/action_view/helpers/prototype_helper.rb b/actionpack/lib/action_view/helpers/prototype_helper.rb index 78da33f139..71fe29db9a 100644 --- a/actionpack/lib/action_view/helpers/prototype_helper.rb +++ b/actionpack/lib/action_view/helpers/prototype_helper.rb @@ -63,7 +63,7 @@ module ActionView # can simulate PUT or DELETE over POST. All specified with options[:method] # # Example: - # link_to_remote "Destroy", person_url(:id => person), :method => :delete + # link_to_remote "Destroy", :url => person_url(:id => person), :method => :delete # # By default, these remote requests are processed asynchronous during # which various JavaScript callbacks can be triggered (for progress -- cgit v1.2.3