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