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