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