diff options
author | Adam Konner <adam.konner@gmail.com> | 2013-05-13 13:14:46 -0400 |
---|---|---|
committer | Adam Konner <adam.konner@gmail.com> | 2013-05-13 13:14:46 -0400 |
commit | d6bf62c3c6be07dd4208214f86b8b122b4f3d16a (patch) | |
tree | 02fd388405622dfa0d0018ea176e1c7e6082cac7 | |
parent | 7b24cf0391ed8916bf12781a179b4ac5995e1690 (diff) | |
download | rails-d6bf62c3c6be07dd4208214f86b8b122b4f3d16a.tar.gz rails-d6bf62c3c6be07dd4208214f86b8b122b4f3d16a.tar.bz2 rails-d6bf62c3c6be07dd4208214f86b8b122b4f3d16a.zip |
fix grammar
-rw-r--r-- | guides/source/migrations.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/migrations.md b/guides/source/migrations.md index fcfc54a3d7..ceb1859c2f 100644 --- a/guides/source/migrations.md +++ b/guides/source/migrations.md @@ -1065,8 +1065,8 @@ with foreign key constraints in the database. Although Active Record does not provide any tools for working directly with such features, the `execute` method can be used to execute arbitrary SQL. You -could also use some gem like -[foreigner](https://github.com/matthuhiggins/foreigner) which add foreign key +can also use a gem like +[foreigner](https://github.com/matthuhiggins/foreigner) which adds foreign key support to Active Record (including support for dumping foreign keys in `db/schema.rb`). |