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

Changeset 8831

Show
Ignore:
Timestamp:
02/10/08 01:05:04 (7 months ago)
Author:
nzkoz
Message:

2-0-stable: Reference to :element option in documentation should be :member. References #10905 [fxn]

Merging [8706]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2-0-stable/activeresource/lib/active_resource/custom_methods.rb

    r8585 r8831  
    55  # 
    66  #    map.resources :people, :new => { :register => :post }, 
    7   #                           :element => { :promote => :put, :deactivate => :delete } 
     7  #                           :member => { :promote => :put, :deactivate => :delete } 
    88  #                           :collection => { :active => :get } 
    99  #