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 8e36d3f commit 29839e4Copy full SHA for 29839e4
ruby/ql/lib/codeql/ruby/frameworks/ActiveRecord.qll
@@ -254,7 +254,7 @@ private Expr getUltimateReceiver(MethodCall call) {
254
)
255
}
256
257
-// A call to `find`, `where`, etc. that may return active record model object(s)
+/** A call to `find`, `where`, etc. that may return active record model object(s) */
258
class ActiveRecordModelFinderCall extends ActiveRecordModelInstantiation, DataFlow::CallNode {
259
private ActiveRecordModelClass cls;
260
0 commit comments