1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib
Sean Griffin 5b35562d8e Correctly handle array columns with defaults in the schema dumper
If the subtype provides custom schema dumping behavior, we need to defer
to it. We purposely choose not to handle any values other than an array
(which technically should only ever be `nil`, but I'd rather code
defensively here).

Fixes #20515.
2015-06-11 16:50:25 -06:00
..
active_record Correctly handle array columns with defaults in the schema dumper 2015-06-11 16:50:25 -06:00
rails/generators [ci skip] Correct grammar, add docs to ActiveRecord migration generator 2015-04-28 13:34:13 -07:00
active_record.rb Batch touch parent records 2015-04-08 13:31:28 -04:00