Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rails 7.1: set up Active Record serialization
Having added encryption changes, other specs (HistoricalEvent being one began failing due to initialization order. Prior to 7.1, YAML was the default serializer for calls like `serialize :new_value`. Set a global YAML default to preserve behaviour.
- Loading branch information