method

touch_later

rails latest stable - Class: ActiveRecord::NoTouching
touch_later(*)
public

No documentation available.

# File activerecord/lib/active_record/no_touching.rb, line 57
    def touch_later(*) # :nodoc:
      super unless no_touching?
    end