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]
This commit is contained in:
Vipul A M 2019-08-05 11:36:47 +05:30 committed by GitHub
commit 9f7461c6eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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`.