From 09095c720406d80f5faf482a0dd840a290f1781d Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Tue, 25 Apr 2006 17:42:48 +0000 Subject: Remove all remaining references to @params in the documentation. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4268 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/prototype_helper.rb') diff --git a/actionpack/lib/action_view/helpers/prototype_helper.rb b/actionpack/lib/action_view/helpers/prototype_helper.rb index 1b0a31abb5..3c4c0ba98d 100644 --- a/actionpack/lib/action_view/helpers/prototype_helper.rb +++ b/actionpack/lib/action_view/helpers/prototype_helper.rb @@ -143,7 +143,7 @@ module ActionView # background instead of the regular reloading POST arrangement. Even # though it's using JavaScript to serialize the form elements, the form # submission will work just like a regular submission as viewed by the - # receiving side (all elements available in @params). The options for + # receiving side (all elements available in params). The options for # specifying the target with :url and defining callbacks is the same as # link_to_remote. # -- cgit v1.2.3