We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d356987 commit 79c3f73Copy full SHA for 79c3f73
activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
@@ -346,7 +346,7 @@ def quote_string(s) #:nodoc:
346
# There are some incorrectly compiled postgres drivers out there
347
# that don't define PGconn.escape.
348
self.class.instance_eval do
349
- undef_method(:quote_string)
+ remove_method(:quote_string)
350
end
351
352
quote_string(s)
0 commit comments