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