# File model/model.rb, line 394 def name=(o) @dbh.do("update category set name=? where category_id=?", o, @id) notify_observers o end