reflect_on_aggregation(aggregation)
Instance Public methods
Returns the AggregateReflection object for the named
aggregation
(use the symbol).
Account.reflect_on_aggregation(:balance) # => the balance AggregateReflection
Returns the AggregateReflection object for the named
aggregation
(use the symbol).
Account.reflect_on_aggregation(:balance) # => the balance AggregateReflection
Please login to continue.