BigW Consortium Gitlab

Commit 7d9bdac6 by Lin Jen-Shin

We could just sum with SQL

parent 47ed793a
......@@ -79,7 +79,7 @@ module Ci
end
def self.duration
where.not(duration: nil).pluck(:duration).inject(0, &:+)
where.not(duration: nil).sum(:duration)
end
def project_id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment