reflections()
Instance Public methods
Returns a Hash of name of the reflection as the key and a AssociationReflection as the value.
Account.reflections # => {balance: AggregateReflection}
@api public
Returns a Hash of name of the reflection as the key and a AssociationReflection as the value.
Account.reflections # => {balance: AggregateReflection}
@api public
Please login to continue.