internetee-registry/app/models/que_job.rb
2018-04-08 19:07:16 +03:00

4 lines
105 B
Ruby

# To be able to remove existing jobs
class QueJob < ActiveRecord::Base
self.primary_key = 'job_id'
end