From 76cfd44478dc1cfb294d51a237d6c28f004726a5 Mon Sep 17 00:00:00 2001 From: Harry Maclean Date: Tue, 27 Sep 2022 11:28:39 +1300 Subject: [PATCH] Add change note --- ruby/ql/lib/change-notes/2022-11-27-activerecord-create.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ruby/ql/lib/change-notes/2022-11-27-activerecord-create.md 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.