feat: ✨ Create users
Users migration, model, controller. user_id to links. signup view
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
username: MyString
|
||||
password_digest: MyString
|
||||
|
||||
two:
|
||||
username: MyString
|
||||
password_digest: MyString
|
||||
Reference in New Issue
Block a user