File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ * Remove deprecated ` ActionDispatch::Request#deep_munge ` .
2+
3+ * Rafael Mendonça França*
4+
15* Remove deprecated ` ActionDispatch::Http::Parameters#symbolized_path_parameters ` .
26
37 * Rafael Mendonça França*
Original file line number Diff line number Diff line change @@ -337,15 +337,6 @@ def local?
337337 LOCALHOST =~ remote_addr && LOCALHOST =~ remote_ip
338338 end
339339
340- # Extracted into ActionDispatch::Request::Utils.deep_munge, but kept here for backwards compatibility.
341- def deep_munge ( hash )
342- ActiveSupport ::Deprecation . warn (
343- 'This method has been extracted into `ActionDispatch::Request::Utils.deep_munge`. Please start using that instead.'
344- )
345-
346- Utils . deep_munge ( hash )
347- end
348-
349340 protected
350341 def parse_query ( qs )
351342 Utils . deep_munge ( super )
You can’t perform that action at this time.
0 commit comments