internetee-registry/app/models/que_job.rb
Artur Beljajev 5d6f256a5f Reformat
2018-06-04 04:02:27 +03:00

4 lines
105 B
Ruby

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