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

Changeset 9092

Show
Ignore:
Timestamp:
03/26/08 02:44:16 (7 months ago)
Author:
nzkoz
Message:

Typo fix in documentation from [9090] References #11422

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/activerecord/lib/active_record/base.rb

    r9090 r9092  
    256256  # 
    257257  # The same dynamic finder style can be used to create the object if it doesn't already exist. This dynamic finder is called with 
    258   # <tt>find_or_create_by_</tt> and will return the object if it already exists and otherwise creates it, then returns it. Protected attributes won't be setted unless they are given in a block. For example: 
     258  # <tt>find_or_create_by_</tt> and will return the object if it already exists and otherwise creates it, then returns it. Protected attributes won't be set unless they are given in a block. For example: 
    259259  # 
    260260  #   # No 'Summer' tag exists