mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Same fix as applied to Invoice and ReportRenderingOptions models in the parent PR: Rails 7.2 requires the type class to be passed as a keyword argument to serialize. serialize :options, Hash, coder: YAML -> serialize :options, type: Hash, coder: YAML Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>