method

touch

touch(*)
public

No documentation available.

# File activerecord/lib/active_record/callbacks.rb, line 317
    def touch(*) #:nodoc:
      _run_touch_callbacks { super }
    end