aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel
diff options
context:
space:
mode:
authorMichael Batchelor <batchelor@nationbuilder.com>2016-08-19 16:37:45 -0700
committerMichael Batchelor <batchelor@nationbuilder.com>2016-08-19 16:37:45 -0700
commit52d0b7338852fcc5cccfe5282d68ee058c62b4ed (patch)
tree4cd6b2f8f762017d0c115a3d083ce7e5c8e2b735 /lib/arel
parent09827f361d4bc73e6ff157d9feb74a465e4e4cdd (diff)
downloadrails-52d0b7338852fcc5cccfe5282d68ee058c62b4ed.tar.gz
rails-52d0b7338852fcc5cccfe5282d68ee058c62b4ed.tar.bz2
rails-52d0b7338852fcc5cccfe5282d68ee058c62b4ed.zip
remove union mapping as :binary node when performing DepthFirst enumeration
Diffstat (limited to 'lib/arel')
-rw-r--r--lib/arel/visitors/depth_first.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/arel/visitors/depth_first.rb b/lib/arel/visitors/depth_first.rb
index 80b3c3c346..69ed345aea 100644
--- a/lib/arel/visitors/depth_first.rb
+++ b/lib/arel/visitors/depth_first.rb
@@ -98,7 +98,6 @@ module Arel
alias :visit_Arel_Nodes_Regexp :binary
alias :visit_Arel_Nodes_RightOuterJoin :binary
alias :visit_Arel_Nodes_TableAlias :binary
- alias :visit_Arel_Nodes_Union :binary
alias :visit_Arel_Nodes_Values :binary
alias :visit_Arel_Nodes_When :binary