# File lib/active_model/attribute_methods.rb, line 326
      def undefine_attribute_methods
        generated_attribute_methods.module_eval do
          instance_methods.each { |m| undef_method(m) }
        end
      end