Update ActiveRecord.qll

This commit is contained in:
Brandon Stewart
2022-06-23 12:18:26 -04:00
committed by GitHub
parent fa622f551a
commit 173bea2579

View File

@@ -331,9 +331,7 @@ class ActiveRecordInstance extends DataFlow::Node {
}
// A call whose receiver may be an active record model object
/**
* A call whose receiver may be an `ActiveRecordInstance`.
*/
/** Gets the `ActiveRecordInstance` receiver of this call. */
class ActiveRecordInstanceMethodCall extends DataFlow::CallNode {
private ActiveRecordInstance instance;