method

dangerous_attribute_method?

dangerous_attribute_method?(method_name)
public

No documentation available.

# File activerecord/lib/active_record/attribute_methods/primary_key.rb, line 42
        def dangerous_attribute_method?(method_name)
          super && !['id', 'id=', 'id?'].include?(method_name)
        end