feat: ✨ Create users
Users migration, model, controller. user_id to links. signup view
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class User < ApplicationRecord
|
||||
validates_uniqueness_of :username
|
||||
|
||||
has_secure_password
|
||||
end
|
||||
Reference in New Issue
Block a user