public
Description: Koz's rails git-svn clone
Homepage: http://www.rubyonrails.org
Clone URL: git://github.com/NZKoz/koz-rails.git
Search Repo:
2-0-stable: Make the docs reference the correct function.  [Tobi Reif]

Merging [8802]


git-svn-id: 
http://svn-commit.rubyonrails.org/rails/branches/2-0-stable@8841 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
nzkoz (author)
Sat Feb 09 17:12:13 -0800 2008
commit  02516e1bd8194aca4f314d5cd65a3e833724292d
tree    73b06f0bb7cc4bbf68240816292f195e3de189d5
parent  b04895de9f071ae304686d454bab155d46e42c8a
...
633
634
635
636
 
637
638
639
...
633
634
635
 
636
637
638
639
0
@@ -633,7 +633,7 @@ module ActiveRecord
0
       #
0
       # Because this check is performed outside the database there is still a chance that duplicate values
0
       # will be inserted in two parallel transactions. To guarantee against this you should create a
0
- # unique index on the field. See +create_index+ for more information.
0
+ # unique index on the field. See +add_index+ for more information.
0
       #
0
       # Configuration options:
0
       # * <tt>message</tt> - Specifies a custom error message (default is: "has already been taken")

Comments

    No one has commented yet.