method
no_touching?
v4.2.1 -
Show latest stable
- Class:
ActiveRecord::NoTouching
no_touching?()public
No documentation available.
# File activerecord/lib/active_record/no_touching.rb, line 44
def no_touching?
NoTouching.applied_to?(self.class)
end