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