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:
parent
1f63d09ad7
commit
32d0d971eb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue