From 49432b11c1e0ebd2c5ac0d1d673a2ea9e8799d39 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Tue, 7 Sep 2010 16:56:54 -0700 Subject: moving deprecated constants to the correct place --- lib/arel/nodes/inner_join.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/arel/nodes/inner_join.rb') 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 -- cgit v1.2.3