# File lib/active_resource/validations.rb, line 67
    def invalid?(attribute)
      !@errors[attribute.to_s].nil?
    end