instance method
no_touching?
Ruby on Rails 5.2.8.1
Since v4.1.16Signature
no_touching?()
No documentation comment.
Source
# File activerecord/lib/active_record/no_touching.rb, line 46
def no_touching?
NoTouching.applied_to?(self.class)
end
Defined in activerecord/lib/active_record/no_touching.rb line 46
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::NoTouching