Skip to content

Commit c9edbd9

Browse files
alexrfordhmac
andcommitted
Update ql/lib/codeql/ruby/frameworks/ActiveRecord.qll
Co-authored-by: Harry Maclean <[email protected]>
1 parent e4fe1d5 commit c9edbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ abstract class ActiveRecordModelInstantiation extends OrmInstantiation::Range,
253253
}
254254

255255
// Names of class methods on ActiveRecord models that may return one or more
256-
// instance of that model. This also includes the `initialize` method.
256+
// instances of that model. This also includes the `initialize` method.
257257
// See https://api.rubyonrails.org/classes/ActiveRecord/FinderMethods.html
258258
private string finderMethodName() {
259259
exists(string baseName |

0 commit comments

Comments
 (0)