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