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