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