# File model/model.rb, line 438
    def name
        @dbh.select_one("select name from cookbook where cookbook_id=?",@id)['name']
    end