aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_relation/relations/compound.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/active_relation/relations/compound.rb')
-rw-r--r--lib/active_relation/relations/compound.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/active_relation/relations/compound.rb b/lib/active_relation/relations/compound.rb
index d6da8eb8fa..bbc7ff1bae 100644
--- a/lib/active_relation/relations/compound.rb
+++ b/lib/active_relation/relations/compound.rb
@@ -2,6 +2,7 @@ module ActiveRelation
class Compound < Relation
attr_reader :relation
- delegate :attributes, :attribute, :joins, :selects, :orders, :table_sql, :inserts, :limit, :offset, :to => :relation
+ delegate :attributes, :attribute, :joins, :selects, :orders, :groupings, :table_sql, :inserts, :limit, :offset,
+ :to => :relation
end
end \ No newline at end of file