aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/full_outer_join.rb
blob: 12a02d8cd9bc920b90167a729d0775a75d8d6f38 (plain) (blame)
1
2
3
4
5
6
7
# frozen_string_literal: true
module Arel
  module Nodes
    class FullOuterJoin < Arel::Nodes::Join
    end
  end
end