# File lib/rbatis/rails_integration.rb, line 23
    def attributes=(attributes)
      attributes.each do |key, value|
        send("#{key}=", value)
      end
    end