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 caeef68 commit ff9a724Copy full SHA for ff9a724
ruby/ql/lib/codeql/ruby/frameworks/ActiveRecord.qll
@@ -336,7 +336,7 @@ class ActiveRecordInstanceMethodCall extends DataFlow::CallNode {
336
private ActiveRecordInstance instance;
337
338
ActiveRecordInstanceMethodCall() { this.getReceiver() = instance }
339
-
+ /** Gets the `ActiveRecordInstance` that this is the receiver of this call. */
340
ActiveRecordInstance getInstance() { result = instance }
341
}
342
0 commit comments