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

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