[Rails] with_indifferent_access
with_indifferent_access
這個方法可以讓我們同時使用 string、symbol 操作 hash key
with indifferent access 方法在 ActiveSupport::HashWithIndifferentAccess 類別裡
example:
另外,hash 也有全部轉 symbol 的方法 symbolize_keys 與全部轉 string 的方法 stringify_keys