method
touch
v4.0.2 -
Show latest stable
- Class:
ActiveRecord::Callbacks
touch(*)public
No documentation available.
# File activerecord/lib/active_record/callbacks.rb, line 295
def touch(*) #:nodoc:
run_callbacks(:touch) { super }
end