Skip to content

Commit 30f2469

Browse files
committed
Ruby: add missing qldoc
1 parent 4e0e4f9 commit 30f2469

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ class ActiveRecordInstance extends DataFlow::Node {
321321

322322
ActiveRecordInstance() { this = instantiation or instantiation.flowsTo(this) }
323323

324+
/** Gets the `ActiveRecordModelClass` that this is an instance of. */
324325
ActiveRecordModelClass getClass() { result = instantiation.getClass() }
325326
}
326327

0 commit comments

Comments
 (0)