1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
This commit is contained in:
Prathamesh Sonpatki 2016-01-19 11:44:11 +05:30
parent fe55163f11
commit e677cc1170

View file

@ -6,7 +6,11 @@
*Yves Senn*
* Add expression support on the schema default.
* Don't try to quote functions or expressions passed to `:default` option if
they are passed as procs.
This will generate proper query with the passed function or expression for
the default option, instead of trying to quote it in incorrect fashion.
Example: