Method: Elasticated::Mapping::ObjectBuilder#build_body
- Defined in:
- lib/elasticated/mapping/object_builder.rb
#build_body ⇒ Object
override
6 7 8 9 10 11 |
# File 'lib/elasticated/mapping/object_builder.rb', line 6 def build_body { type: :object, properties: super } end |