This method is deprecated or moved on the latest stable version. The last existing version (v4.1.8) is shown here.
quote_string(s)
Quotes strings for use in SQL input.
# File activerecord/lib/active_record/connection_adapters/postgresql/quoting.rb, line 141 def quote_string(s) #:nodoc: @connection.escape(s) end