search for: aggregation_test

Displaying 1 result from an estimated 1 matches for "aggregation_test".

Did you mean: aggregations_test
2006 May 18
1
Patch 5091
...of aggregations remains unchanged. With :allow_nil => true the following behaviour is added. * if aggregation attributes are all nil, then nil is returned from the reader * if nil is passed to the writer then all aggregation attributes are set to nil. I''ve supplied a modifed aggregation_test.rb and fixtures with the patch.