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