diff options
author | Z.J. van de Weg <git@zjvandeweg.nl> | 2017-05-31 22:10:00 +0200 |
---|---|---|
committer | Z.J. van de Weg <git@zjvandeweg.nl> | 2017-06-01 09:58:12 +0200 |
commit | 5fdb51240f2093342b0ff0930b8d3798446e0026 (patch) | |
tree | c4019295712e03653b15a879b19886459f03319f /app/controllers | |
parent | 8a9a62e3294d92f4e70be6f427c17241a2b7a232 (diff) | |
download | gitlab-ce-5fdb51240f2093342b0ff0930b8d3798446e0026.tar.gz |
Rename build to job
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/projects/jobs_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/projects/jobs_controller.rb b/app/controllers/projects/jobs_controller.rb index 9b8a9eedfef..cb4f46388fd 100644 --- a/app/controllers/projects/jobs_controller.rb +++ b/app/controllers/projects/jobs_controller.rb @@ -53,7 +53,7 @@ class Projects::JobsController < Projects::ApplicationController render json: BuildSerializer .new(project: @project, current_user: @current_user) - .represent_status(@build, {}, BuildDetailsEntity) + .represent(@build, {}, BuildDetailsEntity) end end end |