method

format

rails latest stable - Class: ActiveRecord::QueryLogs::SQLCommenter

Method not available on this version

This method is only available on newer versions. The first available version (v8.0.0) is shown here.

format(key, value)
public

No documentation available.

# File activerecord/lib/active_record/query_logs_formatter.rb, line 20
        def format(key, value)
          "#{key}='#{ERB::Util.url_encode(value)}'"
        end