Flowdock
method

normalize_encode_params

Importance_1
v4.0.2 - Show latest stable - 0 notes - Class: ActionDispatch::Http::Parameters
normalize_encode_params(params) private

Convert nested Hash to HashWithIndifferentAccess and UTF-8 encode both keys and values in nested Hash.

TODO: Validate that the characters are UTF-8. If they aren’t, you’ll get a weird error down the road, but our form handling should really prevent that from happening

Show source
Register or log in to add new notes.