method
touch
v6.0.0 -
Show latest stable
- Class:
ActiveRecord::NoTouching
touch(*)public
No documentation available.
# File activerecord/lib/active_record/no_touching.rb, line 61
def touch(*) # :nodoc:
super unless no_touching?
end