aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/not_equal.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-12-14 18:09:04 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2010-12-14 18:09:04 -0800
commite55763a29d922bf4b5c483b9d3dadb1dba3bc683 (patch)
tree986b84714a2cd6be45f29e042c7088b8ecf937d1 /lib/arel/nodes/not_equal.rb
parentfef5e012c90812dd9f1bb0de3e35497e106f8408 (diff)
downloadrails-e55763a29d922bf4b5c483b9d3dadb1dba3bc683.tar.gz
rails-e55763a29d922bf4b5c483b9d3dadb1dba3bc683.tar.bz2
rails-e55763a29d922bf4b5c483b9d3dadb1dba3bc683.zip
remove some nodes
Diffstat (limited to 'lib/arel/nodes/not_equal.rb')
-rw-r--r--lib/arel/nodes/not_equal.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/arel/nodes/not_equal.rb b/lib/arel/nodes/not_equal.rb
deleted file mode 100644
index 7f892940cb..0000000000
--- a/lib/arel/nodes/not_equal.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-module Arel
- module Nodes
- class NotEqual < Arel::Nodes::Binary
- end
- end
-end