Method: Elastictastic::ParentChild::ClassMethods#child_association
- Defined in:
- lib/elastictastic/parent_child.rb
#child_association(name) ⇒ Object
29 30 31 |
# File 'lib/elastictastic/parent_child.rb', line 29 def child_association(name) child_associations[name.to_s] end |