Module: ActiveAny::Reflection::ClassMethods
- Defined in:
- lib/active_any/reflection.rb
Instance Method Summary collapse
Instance Method Details
#_reflect_on_association(association) ⇒ Object
52 53 54 |
# File 'lib/active_any/reflection.rb', line 52 def _reflect_on_association(association) _reflections[association.to_s] end |