Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-01-09 23:47:15 +0300
committerRémy Coutable <remy@rymai.me>2017-01-18 18:38:34 +0300
commit78874519db2ca2f18a2fbca5fe070292e521d0c1 (patch)
treeb5b72b3f1f4845669f0da53e9a513c2f58cb495f /app/models/ci
parente5a29b451473c6f188d5096f21055d27a51fdf90 (diff)
Add Presentable concern
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'app/models/ci')
-rw-r--r--app/models/ci/build.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/ci/build.rb b/app/models/ci/build.rb
index 48ffe40abc6..ce23c2d1088 100644
--- a/app/models/ci/build.rb
+++ b/app/models/ci/build.rb
@@ -2,6 +2,7 @@ module Ci
class Build < CommitStatus
include TokenAuthenticatable
include AfterCommitQueue
+ include Presentable
belongs_to :runner
belongs_to :trigger_request