aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkshay Mohite <akshaymohite31@yahoo.com>2019-08-05 11:23:21 +0530
committerAkshay Mohite <akshaymohite31@yahoo.com>2019-08-05 11:26:43 +0530
commitd15a72aba691d806029490eb0020c8f9dd094a34 (patch)
treeb5221693613708151e6d2ef138bc01530d077c26
parent064b7f6082773f88f216c3aaab38645a364a1395 (diff)
downloadrails-d15a72aba691d806029490eb0020c8f9dd094a34.tar.gz
rails-d15a72aba691d806029490eb0020c8f9dd094a34.tar.bz2
rails-d15a72aba691d806029490eb0020c8f9dd094a34.zip
Corrected deperecation config option path for active_record.sqlite3.represent_boolean_as_integer option in release notes. [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`.