Method: Ki::Model::QueryInterface#update

Defined in:
lib/ki/modules/query_interface.rb

#update(hash) ⇒ Object



25
26
27
# File 'lib/ki/modules/query_interface.rb', line 25

def update(hash)
  Orm::Db.instance.update class_name, hash
end