aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations.rb
diff options
context:
space:
mode:
authorvadivelan <reachme.vadivelan@gmail.com>2014-07-21 20:55:53 +0530
committervadivelan <reachme.vadivelan@gmail.com>2014-07-21 20:55:53 +0530
commit3b0430f3daccb6cfdf96a554d6555798fabd71ba (patch)
tree239e87e0fc78b08b2960d9538ebc9270fb77e0b4 /activerecord/lib/active_record/associations.rb
parent93930686fda4582e89f3c25d878e40be8576fd29 (diff)
downloadrails-3b0430f3daccb6cfdf96a554d6555798fabd71ba.tar.gz
rails-3b0430f3daccb6cfdf96a554d6555798fabd71ba.tar.bz2
rails-3b0430f3daccb6cfdf96a554d6555798fabd71ba.zip
Touch option description grammatical error fixed [ci skip]
Diffstat (limited to 'activerecord/lib/active_record/associations.rb')
-rw-r--r--activerecord/lib/active_record/associations.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/associations.rb b/activerecord/lib/active_record/associations.rb
index 7ec7eb1b24..ec78d10124 100644
--- a/activerecord/lib/active_record/associations.rb
+++ b/activerecord/lib/active_record/associations.rb
@@ -1418,7 +1418,7 @@ module ActiveRecord
#
# Note that <tt>accepts_nested_attributes_for</tt> sets <tt>:autosave</tt> to <tt>true</tt>.
# [:touch]
- # If true, the associated object will be touched (the updated_at/on attributes set to now)
+ # If true, the associated object will be touched (the updated_at/on attributes set to current time)
# when this record is either saved or destroyed. If you specify a symbol, that attribute
# will be updated with the current time in addition to the updated_at/on attribute.
# [:inverse_of]