diff options
author | Andrew White <pixeltrix@users.noreply.github.com> | 2016-03-05 10:41:14 +0000 |
---|---|---|
committer | Andrew White <pixeltrix@users.noreply.github.com> | 2016-03-05 10:41:14 +0000 |
commit | b149edcd96834e7e3c00f6bc60a83908ebc660a9 (patch) | |
tree | 818ef3bceb5ea89b29b4b90c34a653d84b1d3eed /activerecord | |
parent | 5b8738c2df003a96f0e490c43559747618d10f5f (diff) | |
parent | 8de8acdd430461c4cd8fae7a93cf874d4de50e7b (diff) | |
download | rails-b149edcd96834e7e3c00f6bc60a83908ebc660a9.tar.gz rails-b149edcd96834e7e3c00f6bc60a83908ebc660a9.tar.bz2 rails-b149edcd96834e7e3c00f6bc60a83908ebc660a9.zip |
Merge pull request #24074 from meinac/small_doc_fix
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 # |