mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
323334a775
If you run a generator such as: ``` rails generate model accounts supplier:references ``` The resulting migration will now add the corresponding foreign key constraint unless the reference was specified to be polymorphic. |
||
---|---|---|
.. | ||
active_record | ||
active_record.rb |