aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel')
-rw-r--r--lib/arel/algebra/relations/utilities/compound.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/arel/algebra/relations/utilities/compound.rb b/lib/arel/algebra/relations/utilities/compound.rb
index 7edbff3a31..1796008117 100644
--- a/lib/arel/algebra/relations/utilities/compound.rb
+++ b/lib/arel/algebra/relations/utilities/compound.rb
@@ -9,6 +9,7 @@ module Arel
def initialize relation
@relation = relation
+ @attributes = nil
end
[:wheres, :groupings, :orders, :havings, :projections].each do |operation_name|