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