Added Devise

This commit is contained in:
2023-05-10 08:58:43 +01:00
parent 369aae721c
commit 1b08798306
30 changed files with 720 additions and 1 deletions

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

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