removes ruby aggregation

pull/6827/head
jwollert 14 years ago
parent 3941e77515
commit 713115484d
  1. 13
      app/models/cost_query/group_by/ruby_aggregation.rb

@ -1,13 +0,0 @@
module CostQuery::GroupBy
module RubyAggregation
def responsible_for_sql?
false
end
##
# @return [CostQuery::Result] aggregation
def compute_result
child.result.grouped_by(all_group_fields(false), type, group_fields)
end
end
end
Loading…
Cancel
Save