Skip to content

Commit e7217c0

Browse files
committed
Remove a forgotten :nodoc:
1 parent 4c4f6d0 commit e7217c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/connection_handling.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def connection
257257
# Checkouts a connection from the pool, yield it and then check it back in.
258258
# If a connection was already leased via #connection or a parent call to
259259
# #with_connection, that same connection is yieled.
260-
def with_connection(&block) # :nodoc:
260+
def with_connection(&block)
261261
connection_pool.with_connection(&block)
262262
end
263263

0 commit comments

Comments
 (0)