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 fa622f5 commit 173bea2Copy full SHA for 173bea2
1 file changed
ruby/ql/lib/codeql/ruby/frameworks/ActiveRecord.qll
@@ -331,9 +331,7 @@ class ActiveRecordInstance extends DataFlow::Node {
331
}
332
333
// A call whose receiver may be an active record model object
334
-/**
335
- * A call whose receiver may be an `ActiveRecordInstance`.
336
- */
+/** Gets the `ActiveRecordInstance` receiver of this call. */
337
class ActiveRecordInstanceMethodCall extends DataFlow::CallNode {
338
private ActiveRecordInstance instance;
339
0 commit comments