Added device jobs model

This commit is contained in:
2021-10-19 18:10:20 +02:00
parent 27fc2aa88c
commit c47fb955cf
7 changed files with 128 additions and 0 deletions

2
app/models/device_job.rb Normal file
View File

@@ -0,0 +1,2 @@
class DeviceJob < ApplicationRecord
end