initial commit
https://guides.rubyonrails.org/getting_started.html#creating-a-database-model
This commit is contained in:
0
test/models/.keep
Normal file
0
test/models/.keep
Normal file
7
test/models/project_test.rb
Normal file
7
test/models/project_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require "test_helper"
|
||||
|
||||
class ProjectTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
Reference in New Issue
Block a user