Skip to content

Commit

Permalink
Merge pull request #153 from williamweckl/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
matthuhiggins committed Sep 25, 2014
2 parents 312e56b + bdbcc8b commit bd26836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem 'foreigner'
Foreigner adds two methods to migrations.

* `add_foreign_key(from_table, to_table, options)`
* `remove_foreign_key(from_table, options)`
* `remove_foreign_key(from_table, to_table, options)`

(Options are documented in `connection_adapters/abstract/schema_statements.rb`):

Expand Down

0 comments on commit bd26836

Please sign in to comment.