From e6b585e838e475b005b73a8b1a4b4cc3edb09474 Mon Sep 17 00:00:00 2001 From: Arthur Neves Date: Wed, 7 May 2014 15:02:00 -0400 Subject: Remove old FIXME comment The comment was introducted on https://github.com/rails/arel/commit/d8de55cee197d887b478b134ec692776613bf998 , and the code has changed --- lib/arel/select_manager.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/arel/select_manager.rb') 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 -- cgit v1.2.3