# File active_record.rb, line 99
  def update_attributes(h)
    change_attributes(h)
    save
  end