Method: Elastictastic::ChildCollectionProxy#<<
- Defined in:
- lib/elastictastic/child_collection_proxy.rb
#<<(child) ⇒ Object
40 41 42 43 44 |
# File 'lib/elastictastic/child_collection_proxy.rb', line 40 def <<(child) child.parent = @parent @transient_children << child self end |