Method: ElasticRecord::Relation::SearchMethods#order

Defined in:
lib/elastic_record/relation/search_methods.rb

#order(*args) ⇒ Object



144
145
146
# File 'lib/elastic_record/relation/search_methods.rb', line 144

def order(*args)
  clone.order! *args
end