Scaffold job model

This commit is contained in:
2024-07-29 00:39:55 +02:00
parent 42e3df63a7
commit 43dfb7398a
19 changed files with 522 additions and 1 deletions

7
test/models/job_test.rb Normal file
View File

@@ -0,0 +1,7 @@
require "test_helper"
class JobTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end