class method
self.uncached_comment
Ruby on Rails 7.0.10
Since v7.0.10 PrivateSignature
self.uncached_comment()
No documentation comment.
Source
# File activerecord/lib/active_record/query_logs.rb, line 106
def uncached_comment
content = tag_content
if content.present?
"/*#{escape_sql_comment(content)}*/"
end
end
Defined in activerecord/lib/active_record/query_logs.rb line 106
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::QueryLogs