aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-09-01 23:37:10 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-09-01 23:37:10 +0000
commit7aa9eed88fdfb1a8010c4ca7468e9ebd527494f1 (patch)
treee736033782ccfe7fa1baade11be59d589cdb24fd /actionwebservice
parent667d8ea2ea6d3a24009c531fefd6b4a78572ded2 (diff)
downloadrails-7aa9eed88fdfb1a8010c4ca7468e9ebd527494f1.tar.gz
rails-7aa9eed88fdfb1a8010c4ca7468e9ebd527494f1.tar.bz2
rails-7aa9eed88fdfb1a8010c4ca7468e9ebd527494f1.zip
Deprecation: update docs. Closes #5998.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4898 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice')
-rw-r--r--actionwebservice/CHANGELOG2
-rw-r--r--actionwebservice/lib/action_web_service/base.rb2
2 files changed, 3 insertions, 1 deletions
diff --git a/actionwebservice/CHANGELOG b/actionwebservice/CHANGELOG
index 8b120360f6..7077e807cb 100644
--- a/actionwebservice/CHANGELOG
+++ b/actionwebservice/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Deprecation: update docs. #5998 [jakob@mentalized.net, Kevin Clark]
+
* ActionWebService WSDL generation ignores HTTP_X_FORWARDED_HOST [Paul Butcher <paul@paulbutcher.com>]
* Tighten rescue clauses. #5985 [james@grayproductions.net]
diff --git a/actionwebservice/lib/action_web_service/base.rb b/actionwebservice/lib/action_web_service/base.rb
index 43c7b6fa26..b409377b6a 100644
--- a/actionwebservice/lib/action_web_service/base.rb
+++ b/actionwebservice/lib/action_web_service/base.rb
@@ -12,7 +12,7 @@ module ActionWebService # :nodoc:
# web_service_api PersonAPI
#
# def find_person(criteria)
- # Person.find_all [...]
+ # Person.find(:all) [...]
# end
#
# def delete_person(id)