Skip to content

Commit 33d1aae

Browse files
boveushmac
andauthored
Update ruby/ql/lib/codeql/ruby/frameworks/ActiveRecord.qll
Co-authored-by: Harry Maclean <[email protected]>
1 parent 1dc26a0 commit 33d1aae

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
@@ -330,7 +330,7 @@ class ActiveRecordInstance extends DataFlow::Node {
330330
ActiveRecordModelClass getClass() { result = instantiation.getClass() }
331331
}
332332

333-
/** The `ActiveRecordInstance` receiver of this call. */
333+
/** A call whose receiver may be an active record model object */
334334
class ActiveRecordInstanceMethodCall extends DataFlow::CallNode {
335335
private ActiveRecordInstance instance;
336336

0 commit comments

Comments
 (0)