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