Scaffold todo model

This commit is contained in:
2024-07-28 18:56:44 +02:00
parent ed4a5759be
commit ef58474752
18 changed files with 286 additions and 0 deletions

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

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