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

View File

@@ -1,3 +1,5 @@
Rails.application.routes.draw do
resources :devices
resources :jobs
# For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
end