class ActionDispatch::Flash::FlashHash

def stringify_array(array) # :doc:

:doc:
def stringify_array(array) # :doc:
  array.map do |item|
    item.kind_of?(Symbol) ? item.to_s : item
  end
end