instance method
touch
Ruby on Rails 4.1.16
Since v4.1.16 Last seen in v4.1.16Signature
touch(*)
No documentation comment.
Parameters
-
argsrest
Source
# File activerecord/lib/active_record/no_touching.rb, line 48
def touch(*)
super unless no_touching?
end
Defined in activerecord/lib/active_record/no_touching.rb line 48
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::NoTouching