mirror of https://github.com/rails/rails
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:
commit
fa6483ca98
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue