Method: Elastictastic::ParentChild::ClassMethods#mapping

Defined in:
lib/elastictastic/parent_child.rb

#mappingObject



37
38
39
40
41
# File 'lib/elastictastic/parent_child.rb', line 37

def mapping
  super.tap do |mapping|
    mapping[type]['_parent'] = { 'type' => @parent_association.clazz.type } if @parent_association
  end
end