1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix a couple typos and simplify Active Record changelog entry [ci skip]

This commit is contained in:
Carlos Antonio da Silva 2019-12-31 09:15:15 -03:00
parent 4dfe7c719a
commit 8d89e3d180

View file

@ -3,9 +3,9 @@
*Brian Buchalter*
* Don't allow mutations on the datbase configurations hash.
* Don't allow mutations on the database configurations hash.
Freeze the configurations hash to disallow directly changing the configurations hash. If applications need to change the hash, for example to create adatabases for parallelization, they should use the `DatabaseConfig` object directly.
Freeze the configurations hash to disallow directly changing it. If applications need to change the hash, for example to create databases for parallelization, they should use the `DatabaseConfig` object directly.
Before: