123456789_123456789_123456789_123456789_123456789_

Module: ActiveRecord::NoTouching

Relationships & Source Files
Namespace Children
Modules:
Extension / Inclusion / Inheritance Descendants
Included In:
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Defined in: activerecord/lib/active_record/no_touching.rb

Class Method Summary

Instance Attribute Summary

Instance Attribute Details

#no_touching?Boolean (readonly)

[ GitHub ]

  
# File 'activerecord/lib/active_record/no_touching.rb', line 44

def no_touching?
  NoTouching.applied_to?(self.class)
end