aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/deprecated.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-09-07 16:56:54 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-09-07 16:56:54 -0700
commit49432b11c1e0ebd2c5ac0d1d673a2ea9e8799d39 (patch)
tree306aee1ba07c7ee0ca2a2fbe3380547b3fde553c /lib/arel/deprecated.rb
parent437a9a2225008ce859b4485dd5808843f40f8a58 (diff)
downloadrails-49432b11c1e0ebd2c5ac0d1d673a2ea9e8799d39.tar.gz
rails-49432b11c1e0ebd2c5ac0d1d673a2ea9e8799d39.tar.bz2
rails-49432b11c1e0ebd2c5ac0d1d673a2ea9e8799d39.zip
moving deprecated constants to the correct place
Diffstat (limited to 'lib/arel/deprecated.rb')
-rw-r--r--lib/arel/deprecated.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/arel/deprecated.rb b/lib/arel/deprecated.rb
index 28f96a8a8c..31db11bd2c 100644
--- a/lib/arel/deprecated.rb
+++ b/lib/arel/deprecated.rb
@@ -1,3 +1,4 @@
module Arel
InnerJoin = Nodes::InnerJoin
+ OuterJoin = Nodes::OuterJoin
end