# File lib/delayed/backend/data_mapper.rb, line 84 def update_attributes(attributes) attributes.each do |k,v| self[k] = v end self.save end