From 32d0d971ebcd74fdfc7dcc580b58d3292778b4d4 Mon Sep 17 00:00:00 2001 From: Benny Date: Mon, 31 Oct 2016 11:28:34 +0800 Subject: Add missing space in Migrations guide [ci skip] --- guides/source/active_record_migrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') 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 -- cgit v1.2.3