From 3b0430f3daccb6cfdf96a554d6555798fabd71ba Mon Sep 17 00:00:00 2001 From: vadivelan Date: Mon, 21 Jul 2014 20:55:53 +0530 Subject: Touch option description grammatical error fixed [ci skip] --- activerecord/lib/active_record/associations.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord') 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 accepts_nested_attributes_for sets :autosave to true. # [: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] -- cgit v1.2.3