Ruby: define ActionViewCookiesCall

This commit is contained in:
Nick Rolfe
2021-12-10 16:36:26 +00:00
parent d46564caa6
commit b6c5b4d213

View File

@@ -66,6 +66,9 @@ class RawCall extends ActionViewContextCall {
// A call to the `params` method within the context of a template.
private class ActionViewParamsCall extends ActionViewContextCall, ParamsCall { }
// A call to the `cookies` method within the context of a template.
private class ActionViewCookiesCall extends ActionViewContextCall, CookiesCall { }
/**
* A call to a `render` method that will populate the response body with the
* rendered content.