module ActiveRecord::QueryLogs

def uncached_comment

def uncached_comment
  content = tag_content
  if content.present?
    "/*#{escape_sql_comment(content)}*/"
  end
end