From 07c4f253704d398506d433adce0f40b53927d2b5 Mon Sep 17 00:00:00 2001 From: Tim Tilberg Date: Fri, 7 Jan 2022 11:27:29 -0600 Subject: [PATCH] Correct doc typo [ci skip] --- activerecord/lib/active_record/database_configurations.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/lib/active_record/database_configurations.rb b/activerecord/lib/active_record/database_configurations.rb index 6d95db296e707..1715f2a13e97c 100644 --- a/activerecord/lib/active_record/database_configurations.rb +++ b/activerecord/lib/active_record/database_configurations.rb @@ -38,7 +38,7 @@ def initialize(configurations = {}) # the returned list. Most of the time we're only iterating over the write # connection (i.e. migrations don't need to run for the write and read connection). # Defaults to +false+. - # * include_hidden:include_hidden: Determines whether to include replicas and configurations # hidden by +database_tasks: false+ in the returned list. Most of the time we're only # iterating over the primary connections (i.e. migrations don't need to run for the # write and read connection). Defaults to +false+.