mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Implement a mini state machine for serialized attributes. This means we do not have to deserialize the values upon initialization, which means that if we never actually access the attribute, we never have to deserialize it.