mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Use comma after etc.
Use comma before etc.
This commit is contained in:
parent
3072d750ea
commit
c40113d9cc
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ database you can run `bin/rails db:create:animals`.
|
|||
## Connecting to Databases without Managing Schema and Migrations
|
||||
|
||||
If you would like to connect to an external database without any database
|
||||
management tasks such as schema management, migrations, seeds, etc. you can set
|
||||
management tasks such as schema management, migrations, seeds, etc., you can set
|
||||
the per database config option `database_tasks: false`. By default it is
|
||||
set to true.
|
||||
|
||||
|
|
Loading…
Reference in a new issue