From a1897e5d322ca753ffd6073eeda84cc5f057bf5a Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Fri, 22 Jun 2018 07:40:00 +0100 Subject: Reverse the jobs order on the mini environments show page It's more useful to have the most recent jobs at the top. --- app/controllers/mini_environments_controller.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'app/controllers') diff --git a/app/controllers/mini_environments_controller.rb b/app/controllers/mini_environments_controller.rb index 837a503..5081801 100644 --- a/app/controllers/mini_environments_controller.rb +++ b/app/controllers/mini_environments_controller.rb @@ -158,10 +158,4 @@ class MiniEnvironmentsController < ApplicationController render 'show' end - - def jobs - MiniEnvironmentJob.jobs(@mini_environment.id) - end - - helper_method :jobs end -- cgit v1.2.3