aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/not_equal.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/nodes/not_equal.rb')
-rw-r--r--lib/arel/nodes/not_equal.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/arel/nodes/not_equal.rb b/lib/arel/nodes/not_equal.rb
new file mode 100644
index 0000000000..7f892940cb
--- /dev/null
+++ b/lib/arel/nodes/not_equal.rb
@@ -0,0 +1,6 @@
+module Arel
+ module Nodes
+ class NotEqual < Arel::Nodes::Binary
+ end
+ end
+end