Method: ActiveEntity::Reflection::ClassMethods#_reflect_on_association

Defined in:
lib/active_entity/reflection.rb

#_reflect_on_association(association) ⇒ Object

:nodoc:



123
124
125
# File 'lib/active_entity/reflection.rb', line 123

def _reflect_on_association(association) #:nodoc:
  _reflections[association.to_s]
end