hello-learning/bookstore/app/models/user.rb
2019-10-10 10:15:45 -05:00

5 lines
78 B
Ruby

class User < ApplicationRecord
has_secure_password
has_many :reviews
end