From a75ed569346c98c27c9ab1ec9c91332ffd4892b3 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Tue, 21 Dec 2010 10:51:28 -0800 Subject: fixing typo, thanks @devwout --- lib/arel/nodes/select_core.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/arel/nodes/select_core.rb b/lib/arel/nodes/select_core.rb index bd1930364d..8eb7c0d3e7 100644 --- a/lib/arel/nodes/select_core.rb +++ b/lib/arel/nodes/select_core.rb @@ -28,7 +28,7 @@ module Arel @source = @source.clone if @source @projections = @projections.clone @wheres = @wheres.clone - @group = @groups.clone + @groups = @groups.clone @having = @having.clone if @having end end -- cgit v1.2.3