1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

fixing typo, thanks @devwout

This commit is contained in:
Aaron Patterson 2010-12-21 10:51:28 -08:00
parent 3b36a912b9
commit a75ed56934

View file

@ -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