internetee-registry/app/models/que_job.rb
Artur Beljajev cc48bbb16e Revert "Fix Rubocop offences"
This reverts commit 9bf1a7a06b.
2018-06-04 04:01:47 +03:00

3 lines
105 B
Ruby

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