aboutsummaryrefslogblamecommitdiffstats
path: root/lib/arel/nodes/outer_join.rb
blob: bea5578b95c690bae1c6402fe53922b5b7589404 (plain) (tree)
1
2
3
4
5
6





                                       
module Arel
  module Nodes
    class OuterJoin < Arel::Nodes::Join
    end
  end
end