aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2019-08-05 11:36:47 +0530
committerGitHub <noreply@github.com>2019-08-05 11:36:47 +0530
commit9f7461c6eb17dcec0e8c27de7ea484c4ffaced15 (patch)
treeb5221693613708151e6d2ef138bc01530d077c26
parent064b7f6082773f88f216c3aaab38645a364a1395 (diff)
parentd15a72aba691d806029490eb0020c8f9dd094a34 (diff)
downloadrails-9f7461c6eb17dcec0e8c27de7ea484c4ffaced15.tar.gz
rails-9f7461c6eb17dcec0e8c27de7ea484c4ffaced15.tar.bz2
rails-9f7461c6eb17dcec0e8c27de7ea484c4ffaced15.zip
Merge pull request #36857 from akshaymohite/correct-config-option-in-release-notes
Corrected config option path in release notes for deprecation release notes of Rails 6 [ci skip]
-rw-r--r--guides/source/6_0_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/6_0_release_notes.md b/guides/source/6_0_release_notes.md
index 7c5478a03d..5079767f02 100644
--- a/guides/source/6_0_release_notes.md
+++ b/guides/source/6_0_release_notes.md
@@ -430,7 +430,7 @@ Please refer to the [Changelog][active-record] for detailed changes.
* Deprecate using class level querying methods if the receiver scope has leaked.
([Pull Request](https://github.com/rails/rails/pull/35280))
-* Deprecate `config.activerecord.sqlite3.represent_boolean_as_integer`.
+* Deprecate `config.active_record.sqlite3.represent_boolean_as_integer`.
([Commit](https://github.com/rails/rails/commit/f59b08119bc0c01a00561d38279b124abc82561b))
* Deprecate passing `migrations_paths` to `connection.assume_migrated_upto_version`.