aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorBenny <bennyou@gmail.com>2016-10-31 11:28:34 +0800
committerBenny <bennyou@gmail.com>2016-10-31 11:32:29 +0800
commit32d0d971ebcd74fdfc7dcc580b58d3292778b4d4 (patch)
treec929a462ba94ee862db72f1f550c4dff3f768b89 /guides
parent1f63d09ad78b6dada597e97359dce507c1169081 (diff)
downloadrails-32d0d971ebcd74fdfc7dcc580b58d3292778b4d4.tar.gz
rails-32d0d971ebcd74fdfc7dcc580b58d3292778b4d4.tar.bz2
rails-32d0d971ebcd74fdfc7dcc580b58d3292778b4d4.zip
Add missing space in Migrations guide [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/active_record_migrations.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_record_migrations.md b/guides/source/active_record_migrations.md
index d91c9bd606..815bdb5f4d 100644
--- a/guides/source/active_record_migrations.md
+++ b/guides/source/active_record_migrations.md
@@ -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