method
convert_value
convert_value(value)
public
Hide source
# File activesupport/lib/active_support/core_ext/hash/indifferent_access.rb, line 64 def convert_value(value) value.is_a?(Hash) ? value.with_indifferent_access : value end