Implemented status changes operator index

This commit is contained in:
2024-08-13 23:37:31 +02:00
parent 8732f07dd6
commit 3be019b58b
7 changed files with 42 additions and 42 deletions

View File

@@ -4,7 +4,7 @@ class JobsController < ApplicationController
@jobs = Job.currently_working_on
end
# GET /jobs/new
# GET /jobs/new
def new
@job = Job.new
end