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