Fix type case of "validations" and word-wrap from #17954 [ci skip]

This commit is contained in:
Zachary Scott 2014-12-08 08:36:04 -08:00
parent 93d5d77834
commit 04bf9fbeda
1 changed files with 3 additions and 2 deletions

View File

@ -20,8 +20,9 @@ module ActiveRecord
# the accessor methods. Be aware that these columns use a string keyed hash and do not allow access
# using a symbol.
#
# NOTE: The default Validations with the exception of +uniqueness+ will work. For example, if you
# want to check for +uniqueness+ with +hstore+ you will need to use a custom validation to handle it.
# NOTE: The default validations with the exception of +uniqueness+ will work.
# For example, if you want to check for +uniqueness+ with +hstore+ you will
# need to use a custom validation to handle it.
#
# Examples:
#