method
reflections
v4.1.8 -
Show latest stable
- Class:
ActiveRecord::Reflection::ClassMethods
reflections()public
Returns a Hash of name of the reflection as the key and a AssociationReflection as the value.
Account.reflections # => {balance: AggregateReflection}
@api public