mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 10:19:40 +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.