Skip to content

Commit ff9a724

Browse files
authored
Update ActiveRecord.qll
1 parent caeef68 commit ff9a724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/frameworks/ActiveRecord.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ class ActiveRecordInstanceMethodCall extends DataFlow::CallNode {
336336
private ActiveRecordInstance instance;
337337

338338
ActiveRecordInstanceMethodCall() { this.getReceiver() = instance }
339-
339+
/** Gets the `ActiveRecordInstance` that this is the receiver of this call. */
340340
ActiveRecordInstance getInstance() { result = instance }
341341
}
342342

0 commit comments

Comments
 (0)