Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

remove_foreign_key should allow just table_name and foreign_key_name as arguments #132

Open
donv opened this issue Oct 30, 2013 · 0 comments
Labels

Comments

@donv
Copy link
Contributor

donv commented Oct 30, 2013

This used to be allowed:

remove_foreign_key :my_models, :other_model_id

This should be equivalent to

remove_foreign_key :my_models, :other_model_id, :other_models, :id
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant