This commit is contained in:
Artur Beljajev 2018-06-04 04:02:27 +03:00
parent cc48bbb16e
commit 5d6f256a5f

View file

@ -1,3 +1,4 @@
class QueJob < ActiveRecord::Base # To be able to remove existing jobs
# To be able to remove existing jobs
class QueJob < ActiveRecord::Base
self.primary_key = 'job_id'
end