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