Update ruby/ql/lib/codeql/ruby/frameworks/ActiveRecord.qll

Co-authored-by: Harry Maclean <hmac@github.com>
This commit is contained in:
Brandon Stewart
2022-06-28 08:51:01 -04:00
committed by GitHub
parent 1dc26a0ca3
commit 33d1aae92a

View File

@@ -330,7 +330,7 @@ class ActiveRecordInstance extends DataFlow::Node {
ActiveRecordModelClass getClass() { result = instantiation.getClass() }
}
/** The `ActiveRecordInstance` receiver of this call. */
/** A call whose receiver may be an active record model object */
class ActiveRecordInstanceMethodCall extends DataFlow::CallNode {
private ActiveRecordInstance instance;