Ruby: remove deprecated private class

This commit is contained in:
Harry Maclean
2024-03-05 08:28:16 +00:00
parent dd092fd18f
commit 87f3b43576

View File

@@ -441,11 +441,6 @@ class ActionControllerSkipForgeryProtectionCall extends CsrfProtectionSetting::R
override boolean getVerificationSetting() { result = false }
}
/**
* DEPRECATED: Use `ActionController::ProtectFromForgeryCall` instead.
*/
deprecated class ActionControllerProtectFromForgeryCall = ActionController::ProtectFromForgeryCall;
/**
* A call to `send_file`, which sends the file at the given path to the client.
*/