We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62460a commit 6097536Copy full SHA for 6097536
sig/datadog/appsec/contrib/rails/patcher.rbs
@@ -19,12 +19,6 @@ module Datadog
19
20
def self?.add_middleware: (untyped app) -> untyped
21
22
- module ProcessActionPatch
23
- def process_action: (*untyped args) -> untyped
24
- end
25
-
26
- def self?.patch_process_action: () -> untyped
27
28
def self?.include_middleware?: (untyped middleware, untyped app) -> untyped
29
30
def self?.inspect_middlewares: (untyped app) -> untyped
sig/datadog/appsec/contrib/rails/patches/process_action_patch.rbs
@@ -0,0 +1,13 @@
1
+module Datadog
2
+ module AppSec
3
+ module Contrib
4
+ module Rails
5
+ module Patches
6
+ module ProcessActionPatch
7
+ def process_action: (*untyped args) -> untyped
8
+ end
9
10
11
12
13
+end
0 commit comments