Method: ActiveRecord::NoTouching#touch_later

Defined in:
activerecord/lib/active_record/no_touching.rb

#touch_laterObject

:nodoc:



57
58
59
# File 'activerecord/lib/active_record/no_touching.rb', line 57

def touch_later(*) # :nodoc:
  super unless no_touching?
end