Generate User scaffold

bundle exec rails generate scaffold user email:string{64}:uniq
  status:integer
This commit is contained in:
2023-03-09 20:20:48 +01:00
parent e497d08f75
commit deaf0fa73b
15 changed files with 263 additions and 0 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