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