aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2008-01-02 19:27:21 +0000
committerRick Olson <technoweenie@gmail.com>2008-01-02 19:27:21 +0000
commit4261b837f5a0f34395b168d3697a2c1013a4e5d9 (patch)
tree735b80fc49540435e854e760b06fd5eb2654a45d /activeresource/CHANGELOG
parent14f6440ed60a3e6bfa263cc30f10547ca52db64f (diff)
downloadrails-4261b837f5a0f34395b168d3697a2c1013a4e5d9.tar.gz
rails-4261b837f5a0f34395b168d3697a2c1013a4e5d9.tar.bz2
rails-4261b837f5a0f34395b168d3697a2c1013a4e5d9.zip
Fix small documentation typo. Closes #10670 [l.guidi]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8528 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activeresource/CHANGELOG')
-rw-r--r--activeresource/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activeresource/CHANGELOG b/activeresource/CHANGELOG
index 94c10bb304..89878aa214 100644
--- a/activeresource/CHANGELOG
+++ b/activeresource/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix small documentation typo. Closes #10670 [l.guidi]
+
* find_or_create_resource_for handles module nesting. #10646 [xavier]
* Allow setting ActiveResource::Base#format before #site. [rick]