# File model/model.rb, line 302
    def yields
        @dbh.select_one("select yields from recipe where recipe_id=?", @id)[0]
    end