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 0456f72 commit 9f469f8Copy full SHA for 9f469f8
app/models/point.rb
@@ -36,7 +36,6 @@ def self.docbot
36
.docbot_created(docbot_user.id)
37
.need_review('pending')
38
.limit(10)
39
- .offset(rand(100))
40
.order('ml_score DESC')
41
end
42
0 commit comments