budget/app/models/user.rb
Andrew Tomaka ba0343f6cb
All checks were successful
Ruby CI / test (pull_request) Successful in 24s
Generate scaffolding for user
2024-07-26 22:35:17 -04:00

3 lines
57 B
Ruby

class User < ApplicationRecord
has_secure_password
end