aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/nodes/right_outer_join.rb
blob: 04ab31ebf09e1020e9f09bf1663ee3744e6c9f6e (plain) (blame)
1
2
3
4
5
6
7
# frozen_string_literal: true
module Arel
  module Nodes
    class RightOuterJoin < Arel::Nodes::Join
    end
  end
end