Method: ActiveEntity::Reflection::ClassMethods#reflect_on_all_aggregations

Defined in:
lib/active_entity/reflection.rb

#reflect_on_all_aggregationsObject

Returns an array of AggregateReflection objects for all the aggregations in the class.



63
64
65
# File 'lib/active_entity/reflection.rb', line 63

def reflect_on_all_aggregations
  aggregate_reflections.values
end