# File model/model.rb, line 97 def name=(n) @dbh.do("update food set name=? where food_id=?",n,@id) notify_observers n end