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