method

dangerous_attribute_method?

dangerous_attribute_method?(method_name)
public

No documentation available.

# File activerecord/lib/active_record/attribute_methods/primary_key.rb, line 65
        def dangerous_attribute_method?(method_name)
          super && !ID_ATTRIBUTE_METHODS.include?(method_name)
        end