We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6330915 commit 424f31aCopy full SHA for 424f31a
ruby/ql/test/library-tests/frameworks/active_record/ActiveRecord.expected
@@ -135,6 +135,7 @@ activeRecordModelClassMethodCalls
135
| ActiveRecord.rb:72:5:72:24 | call to create |
136
| ActiveRecord.rb:76:5:76:66 | call to create |
137
| ActiveRecord.rb:80:5:80:68 | call to create |
138
+| ActiveRecord.rb:84:5:84:16 | call to create |
139
| ActiveRecord.rb:88:5:88:27 | call to update |
140
| ActiveRecord.rb:92:5:92:69 | call to update |
141
| ActiveRecord.rb:96:5:96:71 | call to update |
ruby/ql/test/library-tests/frameworks/active_record/ActiveRecord.rb
@@ -81,7 +81,7 @@ def create3
81
end
82
83
def create4
84
-
+ Admin.create
85
86
87
def update1
0 commit comments