Method: ActiveWarehouse::Fact.dimension_relationships

Defined in:
lib/active_warehouse/fact.rb,
lib/active_warehouse/fact.rb

.dimension_relationshipsObject

Array of belongs_to Reflection instances that represent the dimensions for this fact.



22
23
24
# File 'lib/active_warehouse/fact.rb', line 22

def dimension_relationships
  @dimension_relationships
end