# File lib/couch_potato/persistence.rb, line 107
    def []=(attribute, value)
      send "#{attribute}=", value
    end