Skip to content

Commit fa622f5

Browse files
boveusalexrford
andauthored
Update ruby/ql/lib/codeql/ruby/frameworks/ActiveRecord.qll
Co-authored-by: Alex Ford <alexrford@users.noreply.github.com>
1 parent a2e2dcd commit fa622f5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,9 @@ class ActiveRecordInstance extends DataFlow::Node {
331331
}
332332

333333
// A call whose receiver may be an active record model object
334+
/**
335+
* A call whose receiver may be an `ActiveRecordInstance`.
336+
*/
334337
class ActiveRecordInstanceMethodCall extends DataFlow::CallNode {
335338
private ActiveRecordInstance instance;
336339

0 commit comments

Comments
 (0)