Method: LeanMotion::Model::ClassMethods#sort

Defined in:
lib/lean_motion/model.rb

#sort(hash) ⇒ Object



262
263
264
265
# File 'lib/lean_motion/model.rb', line 262

def sort(hash)
  cloud_query = query
  cloud_query.sort(hash)
end