Added table jobs and devices

This commit is contained in:
2021-10-20 12:17:31 +02:00
parent 799f55335f
commit 842a55be5f
14 changed files with 266 additions and 0 deletions

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

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

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

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