Skip to content

Commit

Permalink
Add anchor to a link in load_defaults's api guide [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
pocke committed May 9, 2022
1 parent 38d5846 commit 0768e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/application/configuration.rb
Expand Up @@ -83,7 +83,7 @@ def initialize(*)

# 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
Expand Down

0 comments on commit 0768e83

Please sign in to comment.