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