Skip to content

Commit a2e2dcd

Browse files
authored
Make ActiveRecordInstanceMethodCall Public
1 parent 9fe238f commit a2e2dcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ class ActiveRecordInstance extends DataFlow::Node {
331331
}
332332

333333
// A call whose receiver may be an active record model object
334-
private class ActiveRecordInstanceMethodCall extends DataFlow::CallNode {
334+
class ActiveRecordInstanceMethodCall extends DataFlow::CallNode {
335335
private ActiveRecordInstance instance;
336336

337337
ActiveRecordInstanceMethodCall() { this.getReceiver() = instance }

0 commit comments

Comments
 (0)