# File model/model.rb, line 441 def name=(o) @dbh.do("update cookbook set name=? where cookbook_id=?", o, @id) notify_observers o end