diff options
Diffstat (limited to 'lib/arel/nodes/right_outer_join.rb')
-rw-r--r-- | lib/arel/nodes/right_outer_join.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/arel/nodes/right_outer_join.rb b/lib/arel/nodes/right_outer_join.rb new file mode 100644 index 0000000000..ea1ddb7d52 --- /dev/null +++ b/lib/arel/nodes/right_outer_join.rb @@ -0,0 +1,6 @@ +module Arel + module Nodes + class RightOuterJoin < Arel::Nodes::Join + end + end +end |