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