Merge pull request #45043 from pocke/Add_anchor_to_a_link_in__load_defaults__s_api_guide__ci_skip_

Add anchor to a link in `load_defaults`'s api guide [ci-skip]
This commit is contained in:
Petrik de Heus 2022-05-09 12:48:12 +02:00 committed by GitHub
commit fa6483ca98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ module Rails
# Loads default configuration values for a target version. This includes
# defaults for versions prior to the target version. See the
# {configuration guide}[https://guides.rubyonrails.org/configuring.html]
# {configuration guide}[https://guides.rubyonrails.org/configuring.html#versioned-default-values]
# for the default values associated with a particular version.
def load_defaults(target_version)
case target_version.to_s