# File lib/active_record/connection_adapters/mysql2_adapter.rb, line 64 def quote_string(string) @connection.escape(string) end