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 c9edbd9 commit eb8c48dCopy full SHA for eb8c48d
ql/lib/codeql/ruby/frameworks/ActiveRecord.qll
@@ -296,10 +296,6 @@ private class ActiveRecordModelFinderCall extends ActiveRecordModelInstantiation
296
}
297
298
final override ActiveRecordModelClass getClass() { result = cls }
299
-
300
- string getConstantQualifiedClassName() { result = constantQualifiedName(cls) }
301
302
- Expr getUltimateReceiver() { result = recv }
303
304
305
// A `self` reference that may resolve to an active record model object
0 commit comments