aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib')
-rw-r--r--activerecord/lib/active_record/store.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/activerecord/lib/active_record/store.rb b/activerecord/lib/active_record/store.rb
index aa9d199227..919bc58ba5 100644
--- a/activerecord/lib/active_record/store.rb
+++ b/activerecord/lib/active_record/store.rb
@@ -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:
#