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