-
George Ma authored
When a column type is nil in the original column_types array, the new implementation was returning nil instead of falling back to the default type. This caused "undefined method 'deserialize' for nil" errors when accessing model attributes through ActiveModel::LazyAttributeSet#fetch_value.
George Ma authoredWhen a column type is nil in the original column_types array, the new implementation was returning nil instead of falling back to the default type. This caused "undefined method 'deserialize' for nil" errors when accessing model attributes through ActiveModel::LazyAttributeSet#fetch_value.
Loading