index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
arel
/
nodes
/
full_outer_join.rb
blob: 708f161c9a7f3b71a6510a7f4663cb73ae17c59f (
plain
) (
tree
)
4cb0238011
1
2
3
4
5
6
module
Arel
module
Nodes
class
FullOuterJoin
<
Arel
::
Nodes
::
Join
end
end
end