You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Serialized attribute should be able to be defined in abstract classes
Ref: rails#47191
This feature recently regressed when rails#47191
was merged to handle defaults.
The `attribute` definition callback is set on the parent class and
is triggered when the child class schema is loaded.
I don't know if this is fixeable.
0 commit comments