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

Fix indentation 💇‍♀️

Ref https://github.com/rails/rails/pull/36621#discussion_r301208961
This commit is contained in:
Roberto Miranda 2019-07-08 20:53:55 +01:00 committed by GitHub
parent bc8911690a
commit 3d636bf5f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
* Add database_exists? method to connection adapters to check if a database exists.
*Guilherme Mansur*
*Guilherme Mansur*
* Loading the schema for a model that has no `table_name` raises a `TableNotSpecified` error.