Changeset 8494
- Timestamp:
- 12/27/07 11:18:30 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activerecord/lib/active_record/calculations.rb
r8381 r8494 231 231 key = key_records[key] if associated 232 232 value = row[aggregate_alias] 233 all << [key, type_cast_calculated_value(value, column, operation)] 233 all[key] = type_cast_calculated_value(value, column, operation) 234 all 234 235 end 235 236 end