public
Description: Repository for improving Rails documentation
Homepage: http://www.rubyonrails.org
Clone URL: git://github.com/lifo/doc-rails.git
s/customer/custom/, closes http://dev.rubyonrails.org/ticket/11436
Xavier Noria (author)
Thu Mar 27 00:42:43 -0700 2008
commit  c4c93e38c8733bba034d9afe8dd826d8a9f0fe9a
tree    7b6d96a014b4d6d78ee416857ab4b1e46e42aa00
parent  bf513b0379724a1487df250132e4d92adf35e4d0
...
705
706
707
708
 
709
710
711
...
737
738
739
740
 
741
742
743
...
705
706
707
 
708
709
710
711
...
737
738
739
 
740
741
742
743
0
@@ -705,7 +705,7 @@ module ActiveRecord
0
       #
0
       # Configuration options:
0
       # * <tt>in</tt> - An enumerable object of available items
0
- # * <tt>message</tt> - Specifies a customer error message (default is: "is not included in the list")
0
+ # * <tt>message</tt> - Specifies a custom error message (default is: "is not included in the list")
0
       # * <tt>allow_nil</tt> - If set to true, skips this validation if the attribute is null (default is: false)
0
       # * <tt>allow_blank</tt> - If set to true, skips this validation if the attribute is blank (default is: false)
0
       # * <tt>if</tt> - Specifies a method, proc or string to call to determine if the validation should
0
@@ -737,7 +737,7 @@ module ActiveRecord
0
       #
0
       # Configuration options:
0
       # * <tt>in</tt> - An enumerable object of items that the value shouldn't be part of
0
- # * <tt>message</tt> - Specifies a customer error message (default is: "is reserved")
0
+ # * <tt>message</tt> - Specifies a custom error message (default is: "is reserved")
0
       # * <tt>allow_nil</tt> - If set to true, skips this validation if the attribute is null (default is: false)
0
       # * <tt>allow_blank</tt> - If set to true, skips this validation if the attribute is blank (default is: false)
0
       # * <tt>if</tt> - Specifies a method, proc or string to call to determine if the validation should

Comments

    No one has commented yet.