Method: Elasticsearch::Model::Adapter::Adapter#callbacks_mixin

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

#callbacks_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::Callbacks interface implementation



134
135
136
# File 'lib/elasticsearch/model/adapter.rb', line 134

def callbacks_mixin
  adapter.const_get(:Callbacks)
end