internetee-registry/app/models/que_job.rb
2021-04-12 17:22:36 +05:00

3 lines
67 B
Ruby

class QueJob < ApplicationRecord
self.primary_key = 'job_id'
end