You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: actionpack/lib/action_dispatch/middleware/params_parser.rb
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ def original_exception
37
37
# The +parsers+ argument can take Hash of parsers where key is identifying
38
38
# content mime type, and value is a lambda that is going to process data.
39
39
defself.new(app,parsers={})
40
+
ActiveSupport::Deprecation.warn('ActionDispatch::ParamsParser is deprecated and you be removed in Rails 5.1. Configure the parameter parsing in ActionDispatch::Request.parameter_parsers.')
0 commit comments