method
dangerous_attribute_method?
v4.2.9 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods::ClassMethods
dangerous_attribute_method?(name)public
A method name is ‘dangerous’ if it is already (re)defined by Active Record, but not by any ancestors. (So ‘puts’ is not dangerous but ‘save’ is.)