mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 20:34:52 +00:00
3b42e69174
`{a: "a"}.dig(:a, :b)` will result in an exception, since ruby assumes that `"a"` will be another hash it can look up the `:b` key on.