method
uncached_comment
v7.0.0 -
Show latest stable
- Class:
ActiveRecord::QueryLogs
uncached_comment()private
No documentation available.
# File activerecord/lib/active_record/query_logs.rb, line 104
def uncached_comment
content = tag_content
if content.present?
"/*#{escape_sql_comment(content)}*/"
end
end