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