Ruby Fix handling of via: in ActionDispatch

This commit is contained in:
Harry Maclean
2022-02-02 17:03:16 +13:00
parent 856c3d332c
commit a38bc9fe89

View File

@@ -706,7 +706,7 @@ module ActionDispatch {
|
via = "all" and result = anyHttpMethod()
or
via != "all" and result = "via"
via != "all" and result = via
)
or
result =