# File lib/active_support/core_ext/hash/indifferent_access.rb, line 45 def convert_value(value) value.is_a?(Hash) ? value.with_indifferent_access : value end