mirror of
https://github.com/internetee/registry.git
synced 2025-06-09 06:04:56 +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
|