1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add nodoc to touch at no_touching.rb

It is already docummented at persistence.rb.

[ci skip]
This commit is contained in:
Rafael Mendonça França 2014-12-29 14:14:46 -03:00
parent 54ec0cbf82
commit 0906e8322b

View file

@ -45,7 +45,7 @@ module ActiveRecord
NoTouching.applied_to?(self.class)
end
def touch(*)
def touch(*) # :nodoc:
super unless no_touching?
end
end