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 44499ca commit 909cdacCopy full SHA for 909cdac
ql/lib/codeql/ruby/frameworks/ActionView.qll
@@ -79,7 +79,7 @@ abstract class RenderCall extends MethodCall {
79
}
80
81
private string getTemplatePathValue() {
82
- result = this.getTemplatePathArgument().(StringlikeLiteral).getValueText()
+ result = this.getTemplatePathArgument().getValueText()
83
84
85
// everything up to and including the final slash, but ignoring any leading slash
0 commit comments