aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/outer_join.rb
blob: bea5578b95c690bae1c6402fe53922b5b7589404 (plain) (blame)
1
2
3
4
5
6
module Arel
  module Nodes
    class OuterJoin < Arel::Nodes::Join
    end
  end
end