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 1dc26a0 commit 33d1aaeCopy full SHA for 33d1aae
ruby/ql/lib/codeql/ruby/frameworks/ActiveRecord.qll
@@ -330,7 +330,7 @@ class ActiveRecordInstance extends DataFlow::Node {
330
ActiveRecordModelClass getClass() { result = instantiation.getClass() }
331
}
332
333
-/** The `ActiveRecordInstance` receiver of this call. */
+/** A call whose receiver may be an active record model object */
334
class ActiveRecordInstanceMethodCall extends DataFlow::CallNode {
335
private ActiveRecordInstance instance;
336
0 commit comments