method

uncached_comment

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: QueryLogs
uncached_comment(connection) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/query_logs.rb, line 128
        def uncached_comment(connection)
          content = tag_content(connection)

          if content.present?
            "/*#{escape_sql_comment(content)}*/"
          end
        end
Register or log in to add new notes.