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

Changeset 8841

Show
Ignore:
Timestamp:
02/10/08 01:12:13 (5 months ago)
Author:
nzkoz
Message:

2-0-stable: Make the docs reference the correct function. [Tobi Reif]

Merging [8802]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2-0-stable/activerecord/lib/active_record/validations.rb

    r8832 r8841  
    634634      # Because this check is performed outside the database there is still a chance that duplicate values 
    635635      # will be inserted in two parallel transactions.  To guarantee against this you should create a  
    636       # unique index on the field. See +create_index+ for more information. 
     636      # unique index on the field. See +add_index+ for more information. 
    637637      # 
    638638      # Configuration options: