aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/nodes/right_outer_join.rb
blob: 04ed4aaa7815a256d3899c6f1bcba7a4cec31612 (plain) (blame)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

module Arel # :nodoc: all
  module Nodes
    class RightOuterJoin < Arel::Nodes::Join
    end
  end
end