Module: EsClient::ActiveRecord::Shortcuts::ClassMethods

Defined in:
lib/es_client/active_record/shortcuts.rb

Instance Method Summary collapse

Instance Method Details

#es_find(*args) ⇒ Object



11
12
13
# File 'lib/es_client/active_record/shortcuts.rb', line 11

def es_find(*args)
  es_client.find(*args)
end