RBOnRails-learning/app/models/user.rb
2024-08-07 16:43:33 +02:00

4 lines
57 B
Ruby

class User < ApplicationRecord
has_secure_password
end