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

Add missing space in Migrations guide [ci skip]

This commit is contained in:
Benny 2016-10-31 11:28:34 +08:00
parent 1f63d09ad7
commit 32d0d971eb

View file

@ -229,7 +229,7 @@ As always, what has been generated for you is just a starting point. You can add
or remove from it as you see fit by editing the
`db/migrate/YYYYMMDDHHMMSS_add_details_to_products.rb` file.
Also, the generator accepts column type as `references`(also available as
Also, the generator accepts column type as `references` (also available as
`belongs_to`). For instance:
```bash