# File model/model.rb, line 305
    def yields=(o)
        @dbh.do("update recipe set yields=? where recipe_id=?", o, @id)
        notify_observers
        o
    end