1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/lib/arel/nodes/full_outer_join.rb
Stephen Prater & Fire-Dragon-DoL 4cb0238011 Added right and full outer joins
2014-03-30 22:59:16 -05:00

6 lines
89 B
Ruby

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