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