Skip to content

Commit 08d66af

Browse files
committed
Use RDoc markup
1 parent 73e57e4 commit 08d66af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/connection_adapters/abstract_adapter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ def clean! # :nodoc:
801801
#
802802
# Active Record cannot track if the database is getting modified using
803803
# this client. If that is the case, generally you'll want to invalidate
804-
# the query cache using `ActiveRecord::Base.clear_query_cache`.
804+
# the query cache using +ActiveRecord::Base.clear_query_cache+.
805805
def raw_connection
806806
with_raw_connection do |conn|
807807
disable_lazy_transactions!

0 commit comments

Comments
 (0)