Skip to content

Commit

Permalink
Remove a forgotten :nodoc:
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Feb 14, 2024
1 parent 4c4f6d0 commit e7217c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/connection_handling.rb
Expand Up @@ -257,7 +257,7 @@ def connection
# Checkouts a connection from the pool, yield it and then check it back in.
# If a connection was already leased via #connection or a parent call to
# #with_connection, that same connection is yieled.
def with_connection(&block) # :nodoc:
def with_connection(&block)
connection_pool.with_connection(&block)
end

Expand Down

0 comments on commit e7217c0

Please sign in to comment.