# File lib/couch_potato/persistence.rb, line 38 def initialize(attributes = {}) attributes.each do |name, value| self.send("#{name}=", value) end if attributes end