method

no_touching?

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