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 9fe238f commit a2e2dcdCopy full SHA for a2e2dcd
1 file changed
ruby/ql/lib/codeql/ruby/frameworks/ActiveRecord.qll
@@ -331,7 +331,7 @@ class ActiveRecordInstance extends DataFlow::Node {
331
}
332
333
// A call whose receiver may be an active record model object
334
-private class ActiveRecordInstanceMethodCall extends DataFlow::CallNode {
+class ActiveRecordInstanceMethodCall extends DataFlow::CallNode {
335
private ActiveRecordInstance instance;
336
337
ActiveRecordInstanceMethodCall() { this.getReceiver() = instance }
0 commit comments