We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e57e4 commit 08d66afCopy full SHA for 08d66af
activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
@@ -801,7 +801,7 @@ def clean! # :nodoc:
801
#
802
# Active Record cannot track if the database is getting modified using
803
# this client. If that is the case, generally you'll want to invalidate
804
- # the query cache using `ActiveRecord::Base.clear_query_cache`.
+ # the query cache using +ActiveRecord::Base.clear_query_cache+.
805
def raw_connection
806
with_raw_connection do |conn|
807
disable_lazy_transactions!
0 commit comments