Changeset 8841
- Timestamp:
- 02/10/08 01:12:13 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2-0-stable/activerecord/lib/active_record/validations.rb
r8832 r8841 634 634 # Because this check is performed outside the database there is still a chance that duplicate values 635 635 # 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. 637 637 # 638 638 # Configuration options: