From 824726be706a288f7b67160e1b2f021c10ec7668 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Mon, 3 Jan 2011 10:36:49 -0800 Subject: fisting mergefail --- lib/arel/visitors/to_sql.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/arel') diff --git a/lib/arel/visitors/to_sql.rb b/lib/arel/visitors/to_sql.rb index 9830e559d5..4eae5a9ae5 100644 --- a/lib/arel/visitors/to_sql.rb +++ b/lib/arel/visitors/to_sql.rb @@ -368,10 +368,6 @@ eowarn o.empty? ? 'NULL' : o.map { |x| visit x }.join(', ') end - def visit_Array o - o.empty? ? 'NULL' : o.map { |x| visit x }.join(', ') - end - def quote value, column = nil @connection.quote value, column end -- cgit v1.2.3