# File lib/active_record/attribute_methods.rb, line 105
      def dangerous_attribute_method?(name)
        method_defined_within?(name, Base)
      end