Stan Blog

學習過程中的一些記錄

[Rails] with_indifferent_access

with_indifferent_access 這個方法可以讓我們同時使用 string、symbol 操作 hash key

with indifferent access 方法在 ActiveSupport::HashWithIndifferentAccess 類別裡

example:

2018-09-11 22 11 25

另外,hash 也有全部轉 symbol 的方法 symbolize_keys 與全部轉 string 的方法 stringify_keys

Comments

comments powered by Disqus