From 07b4ea2e4b30b0a57129a3e24902602d08cf5cc7 Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Sat, 15 Oct 2005 02:13:42 +0000 Subject: Eliminate an obsolete comment. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2601 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/lib/active_record/base.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'activerecord/lib/active_record') diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb index 6d98cd16db..81683b7dae 100755 --- a/activerecord/lib/active_record/base.rb +++ b/activerecord/lib/active_record/base.rb @@ -1520,8 +1520,6 @@ module ActiveRecord #:nodoc: # Interpolate custom sql string in instance context. # Optional record argument is meant for custom insert_sql. def interpolate_sql(sql, record = nil) - # Parens in the sql in, e.g., subselects, cause a parse error, so - # escape them. instance_eval("%@#{sql.gsub('@', '\@')}@") end -- cgit v1.2.3