Skip to content

Commit 29839e4

Browse files
committed
ruby: promote comment to qldoc
1 parent 8e36d3f commit 29839e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ private Expr getUltimateReceiver(MethodCall call) {
254254
)
255255
}
256256

257-
// A call to `find`, `where`, etc. that may return active record model object(s)
257+
/** A call to `find`, `where`, etc. that may return active record model object(s) */
258258
class ActiveRecordModelFinderCall extends ActiveRecordModelInstantiation, DataFlow::CallNode {
259259
private ActiveRecordModelClass cls;
260260

0 commit comments

Comments
 (0)