# File lib/active_model/attribute_methods.rb, line 412
      def attribute_method?(attr_name)
        attributes.include?(attr_name)
      end