diff options
author | Mehmet Emin İNAÇ <mehmetemininac@gmail.com> | 2016-03-05 08:02:58 +0200 |
---|---|---|
committer | Mehmet Emin İNAÇ <mehmetemininac@gmail.com> | 2016-03-05 08:02:58 +0200 |
commit | 8de8acdd430461c4cd8fae7a93cf874d4de50e7b (patch) | |
tree | efbd47ed7018d95c69bbfe0826285b6d2ab91589 /activerecord | |
parent | 225bd148232a970174736ab5448eca42a696670f (diff) | |
download | rails-8de8acdd430461c4cd8fae7a93cf874d4de50e7b.tar.gz rails-8de8acdd430461c4cd8fae7a93cf874d4de50e7b.tar.bz2 rails-8de8acdd430461c4cd8fae7a93cf874d4de50e7b.zip |
A small documentation fix about autosave associations [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/lib/active_record/autosave_association.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/autosave_association.rb b/activerecord/lib/active_record/autosave_association.rb index bac5a38a5d..06c7482bf9 100644 --- a/activerecord/lib/active_record/autosave_association.rb +++ b/activerecord/lib/active_record/autosave_association.rb @@ -22,7 +22,7 @@ module ActiveRecord # # == Validation # - # Children records are validated unless <tt>:validate</tt> is +false+. + # Child records are validated unless <tt>:validate</tt> is +false+. # # == Callbacks # |