aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/validations
diff options
context:
space:
mode:
authorHrvoje Šimić <shime.ferovac@gmail.com>2013-04-17 16:02:13 +0200
committerHrvoje Šimić <shime.ferovac@gmail.com>2013-04-17 16:02:13 +0200
commit14254d82a90b8aa4bd81f7eeebe33885bf83c378 (patch)
tree70d4bd64302c2fbf8243b15b65d76bfd33652064 /activerecord/lib/active_record/validations
parent5ea8ff095133eb8a9d8fe90f26f3d14b76b3ecdf (diff)
downloadrails-14254d82a90b8aa4bd81f7eeebe33885bf83c378.tar.gz
rails-14254d82a90b8aa4bd81f7eeebe33885bf83c378.tar.bz2
rails-14254d82a90b8aa4bd81f7eeebe33885bf83c378.zip
documentation fixes for Array.wrap and AR::Validations::AssociatedValidator
Diffstat (limited to 'activerecord/lib/active_record/validations')
-rw-r--r--activerecord/lib/active_record/validations/associated.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/lib/active_record/validations/associated.rb b/activerecord/lib/active_record/validations/associated.rb
index 7f1972ccf9..744780d069 100644
--- a/activerecord/lib/active_record/validations/associated.rb
+++ b/activerecord/lib/active_record/validations/associated.rb
@@ -9,8 +9,8 @@ module ActiveRecord
end
module ClassMethods
- # Validates whether the associated object or objects are all valid
- # themselves. Works with any kind of association.
+ # Validates whether the associated object or objects are all valid.
+ # Works with any kind of association.
#
# class Book < ActiveRecord::Base
# has_many :pages