mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
We have a custom implementation of #symbolize_keys in our Onebox helpers. This is likely a legacy from when Onebox was a standalone gem. This change replaces all usages with either #deep_symbolize_keys from ActiveSupport, or appropriate option to the JSON parser gem used.