Fix lint error in Railties changelog

ref: https://github.com/rails/rails/pull/46699
This commit is contained in:
Alex Ghiculescu 2022-12-12 10:27:45 -06:00 committed by GitHub
parent c5fb44bce4
commit 28ecaf6dba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
* Always generate the storage/ directory with rails new to ensure there's a stable place to
* Always generate the storage/ directory with rails new to ensure there's a stable place to
put permanent files, and a single mount point for containers to map. Then default sqlite3 databases
to live there instead of db/, which is only meant for configuration, not data.