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:
parent
3b36a912b9
commit
a75ed56934
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue