From 4cb02380116b102142f85d92b7923c11882f94c7 Mon Sep 17 00:00:00 2001 From: Stephen Prater & Fire-Dragon-DoL Date: Wed, 31 Jul 2013 01:08:22 +0200 Subject: Added right and full outer joins --- lib/arel/nodes/full_outer_join.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/arel/nodes/full_outer_join.rb (limited to 'lib/arel/nodes/full_outer_join.rb') 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 -- cgit v1.2.3