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 a738f1d commit dd1b302Copy full SHA for dd1b302
ruby/ql/lib/codeql/ruby/frameworks/ActionView.qll
@@ -14,7 +14,7 @@ private import codeql.ruby.frameworks.Rails
14
/**
15
* Holds if this AST node is in a context where `ActionView` methods are available.
16
*/
17
-private predicate inActionViewContext(AstNode n) {
+predicate inActionViewContext(AstNode n) {
18
// Within a template
19
n.getLocation().getFile() instanceof ErbFile
20
}
0 commit comments