Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 8528

Show
Ignore:
Timestamp:
01/02/08 19:27:21 (5 months ago)
Author:
rick
Message:

Fix small documentation typo. Closes #10670 [l.guidi]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/activeresource/CHANGELOG

    r8525 r8528  
    11*SVN* 
     2 
     3* Fix small documentation typo.  Closes #10670 [l.guidi] 
    24 
    35* find_or_create_resource_for handles module nesting.  #10646 [xavier] 
  • trunk/activeresource/lib/active_resource/base.rb

    r8525 r8528  
    4848  # Since simple CRUD/lifecycle methods can't accomplish every task, Active Resource also supports 
    4949  # defining your own custom REST methods. To invoke them, Active Resource provides the <tt>get</tt>, 
    50   # <tt>post</tt>, <tt>post</tt> and <tt>put</tt> methods where you can specify a custom REST method 
     50  # <tt>post</tt>, <tt>put</tt> and <tt>delete</tt> methods where you can specify a custom REST method 
    5151  # name to invoke. 
    5252  #