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