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