From 4261b837f5a0f34395b168d3697a2c1013a4e5d9 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Wed, 2 Jan 2008 19:27:21 +0000 Subject: Fix small documentation typo. Closes #10670 [l.guidi] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8528 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activeresource/lib/active_resource/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activeresource/lib/active_resource') diff --git a/activeresource/lib/active_resource/base.rb b/activeresource/lib/active_resource/base.rb index 25776265e9..eea6259a64 100644 --- a/activeresource/lib/active_resource/base.rb +++ b/activeresource/lib/active_resource/base.rb @@ -47,7 +47,7 @@ module ActiveResource # # Since simple CRUD/lifecycle methods can't accomplish every task, Active Resource also supports # defining your own custom REST methods. To invoke them, Active Resource provides the get, - # post, post and put methods where you can specify a custom REST method + # post, put and delete methods where you can specify a custom REST method # name to invoke. # # # POST to the custom 'register' REST method, i.e. POST /people/new/register.xml. -- cgit v1.2.3