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
Only call wrap_parameters if it's defined (rails#43259)
Fixesrails#43257
The failing tests subclass `ActionController::Metal`. `wrap_paramters` is only defined in `ActionController::Base` and `ActionController::API`.
0 commit comments