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