add ActiveRecord find_by_sql as an SQL executing method call

This commit is contained in:
Alex Ford
2021-06-04 13:31:21 +01:00
parent c641d12259
commit 2c15b60998

View File

@@ -67,6 +67,8 @@ class SqlExecutingMethodCall extends ActiveRecordModelClassMethodCall {
or
methodName = "find_by"
or
methodName = "find_by_sql"
or
methodName = "from"
or
methodName = "group"