1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Here you go, @senny. 😁
This commit is contained in:
Sean Griffin 2014-12-23 07:20:39 -07:00
parent b994c0e03d
commit e550bbf8fc

View file

@ -1,3 +1,9 @@
* Add a `:foreign_key` option to `references` and associated migration
methods. The model and migration generators now use this option, rather than
the `add_foreign_key` form.
*Sean Griffin*
* Don't raise when writing an attribute with an out-of-range datetime passed
by the user.