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