app/models/effective/effective_datatable/resource.rb in effective_datatables-4.10.0 vs app/models/effective/effective_datatable/resource.rb in effective_datatables-4.10.1

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module Effective module EffectiveDatatable module Resource AGGREGATE_SQL_FUNCTIONS = ['ARRAY_AGG(', 'AVG(', 'COUNT(', 'MAX(', 'MIN(', 'STRING_AGG(', 'SUM(']