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