# File lib/couch_potato/persistence.rb, line 57
    def attributes=(hash)
      hash.each do |attribute, value|
        self.send "#{attribute}=", value
      end
    end