Method: ElasticRecord::Model::ClassMethods#elastic_index

Defined in:
lib/elastic_record/model.rb

#elastic_indexObject



38
39
40
# File 'lib/elastic_record/model.rb', line 38

def elastic_index
  @elastic_index ||= ElasticRecord::Index.new(self)
end