Method: Elasticsearch::Model::Adapter::Adapter#importing_mixin

Defined in:
lib/elasticsearch/model/adapter.rb

#importing_mixinObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Return the module with Default::Importing interface implementation



142
143
144
# File 'lib/elasticsearch/model/adapter.rb', line 142

def importing_mixin
  adapter.const_get(:Importing)
end