aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/inner_join.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/nodes/inner_join.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/nodes/inner_join.rb')
-rw-r--r--lib/arel/nodes/inner_join.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/arel/nodes/inner_join.rb b/lib/arel/nodes/inner_join.rb
index 9fd2615f39..bf10eeac18 100644
--- a/lib/arel/nodes/inner_join.rb
+++ b/lib/arel/nodes/inner_join.rb
@@ -3,7 +3,4 @@ module Arel
class InnerJoin < Arel::Nodes::Join
end
end
-
- # FIXME: backwards compat
- InnerJoin = Nodes::InnerJoin
end