mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 21:54:48 +02:00
4 lines
105 B
Ruby
4 lines
105 B
Ruby
# To be able to remove existing jobs
|
|
class QueJob < ActiveRecord::Base
|
|
self.primary_key = 'job_id'
|
|
end
|