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

View File

@@ -1,4 +1,5 @@
Rails.application.routes.draw do
resources :users
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
root "users#index"