Skip to content

Commit f7cdd43

Browse files
committed
Ruby: Small fix
1 parent 7778524 commit f7cdd43

File tree

1 file changed

+1
-1
lines changed
  • ruby/ql/lib/codeql/ruby/frameworks/actioncontroller

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/frameworks/actioncontroller/Filters.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ module Filters {
256256

257257
predicate isPrepended() { call.getMethodName().regexpMatch("^prepend.+$") }
258258

259-
MethodCallCfgNode getCall() { result = call }
259+
FilterCall getCall() { result = call }
260260

261261
FilterKind getKind() { result = kind }
262262

0 commit comments

Comments
 (0)