Module: ActiveRecord::NoTouching
| Relationships & Source Files | |
| Namespace Children | |
|
Modules:
| |
| Extension / Inclusion / Inheritance Descendants | |
|
Included In:
| |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
::ActiveSupport::Concern
|
|
| Defined in: | activerecord/lib/active_record/no_touching.rb |
Class Method Summary
::ActiveSupport::Concern - Extended
Instance Attribute Summary
- #no_touching? ⇒ Boolean readonly
Instance Attribute Details
#no_touching? ⇒ Boolean (readonly)
[ GitHub ]
# File 'activerecord/lib/active_record/no_touching.rb', line 46
def no_touching? NoTouching.applied_to?(self.class) end