We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909cdac commit e35ad02Copy full SHA for e35ad02
1 file changed
ql/lib/codeql/ruby/frameworks/ActionView.qll
@@ -78,9 +78,7 @@ abstract class RenderCall extends MethodCall {
78
result = [this.getKeywordArgument(["partial", "template", "action"]), this.getArgument(0)]
79
}
80
81
- private string getTemplatePathValue() {
82
- result = this.getTemplatePathArgument().getValueText()
83
- }
+ private string getTemplatePathValue() { result = this.getTemplatePathArgument().getValueText() }
84
85
// everything up to and including the final slash, but ignoring any leading slash
86
private string getSubPath() {
0 commit comments