Removed json response
This commit is contained in:
@@ -1 +0,0 @@
|
||||
json.array! @jobs, partial: "jobs/job", as: :job
|
||||
@@ -1,2 +0,0 @@
|
||||
json.extract! job, :id, :operator_id, :costumer_id, :operator_firstname, :operator_lastname, :costumer_firstname, :costumer_lastname, :paid, :printed_at, :intern, :cost_center, :number_of_plans_a0, :number_of_plans_a1, :number_of_plans_a2, :number_of_plans_a3, :costum_qm_plan, :created_at, :updated_at
|
||||
json.url job_url(job, format: :json)
|
||||
@@ -1 +0,0 @@
|
||||
json.partial! "jobs/job", job: @job
|
||||
Reference in New Issue
Block a user