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