mirror of https://github.com/rails/rails
Fix small documentation typo. Closes #10670 [l.guidi]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8528 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
14f6440ed6
commit
4261b837f5
|
@ -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]
|
||||
|
|
|
@ -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 <tt>get</tt>,
|
||||
# <tt>post</tt>, <tt>post</tt> and <tt>put</tt> methods where you can specify a custom REST method
|
||||
# <tt>post</tt>, <tt>put</tt> and <tt>delete</tt> 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.
|
||||
|
|
Loading…
Reference in New Issue