diff --git a/ruby/ql/lib/change-notes/2022-11-27-activerecord-create.md b/ruby/ql/lib/change-notes/2022-11-27-activerecord-create.md new file mode 100644 index 00000000000..b16da83f611 --- /dev/null +++ b/ruby/ql/lib/change-notes/2022-11-27-activerecord-create.md @@ -0,0 +1,5 @@ +--- +category: minorAnalysis +--- +* Calls to `ActiveRecord::Base.create` are now recognized as model + instantiations.