aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorArthur Neves <arthurnn@gmail.com>2014-05-07 15:02:00 -0400
committerArthur Neves <arthurnn@gmail.com>2014-05-07 15:02:00 -0400
commite6b585e838e475b005b73a8b1a4b4cc3edb09474 (patch)
treeded68983cac7ab1e9a6fe6dbb7243cf65f261dc7 /lib
parenta8f4a49e374672209f7716b528d7a30d1c327768 (diff)
downloadrails-e6b585e838e475b005b73a8b1a4b4cc3edb09474.tar.gz
rails-e6b585e838e475b005b73a8b1a4b4cc3edb09474.tar.bz2
rails-e6b585e838e475b005b73a8b1a4b4cc3edb09474.zip
Remove old FIXME comment
The comment was introducted on https://github.com/rails/arel/commit/d8de55cee197d887b478b134ec692776613bf998 , and the code has changed
Diffstat (limited to 'lib')
-rw-r--r--lib/arel/select_manager.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/arel/select_manager.rb b/lib/arel/select_manager.rb
index fe0d26a16e..804316209c 100644
--- a/lib/arel/select_manager.rb
+++ b/lib/arel/select_manager.rb
@@ -86,9 +86,6 @@ module Arel
def from table
table = Nodes::SqlLiteral.new(table) if String === table
- # FIXME: this is a hack to support
- # test_with_two_tables_in_from_without_getting_double_quoted
- # from the AR tests.
case table
when Nodes::Join