aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-12-14 21:08:01 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2010-12-14 21:08:01 -0800
commit1b6ab96a1c96a9a51f0804ae6c0cf02f96440aa5 (patch)
tree1e107ded89c65175cf0a8d46f956f5a9ef6cd9da /lib/arel/nodes
parent494a96542927348776e85e8ae52a01ad75ced872 (diff)
downloadrails-1b6ab96a1c96a9a51f0804ae6c0cf02f96440aa5.tar.gz
rails-1b6ab96a1c96a9a51f0804ae6c0cf02f96440aa5.tar.bz2
rails-1b6ab96a1c96a9a51f0804ae6c0cf02f96440aa5.zip
removing commented out code
Diffstat (limited to 'lib/arel/nodes')
-rw-r--r--lib/arel/nodes/binary.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/arel/nodes/binary.rb b/lib/arel/nodes/binary.rb
index eb873c75e1..0d02554199 100644
--- a/lib/arel/nodes/binary.rb
+++ b/lib/arel/nodes/binary.rb
@@ -32,12 +32,5 @@ module Arel
}.each do |name|
const_set name, Class.new(Binary)
end
-
- #%w{
- # InnerJoin
- # OuterJoin
- #}.each do |name|
- # Nodes.const_set name, Class.new(Join)
- #end
end
end