12345678910 |
- class User < ApplicationRecord
-
-
- devise :masqueradable, :database_authenticatable, :registerable, :recoverable, :rememberable, :validatable, :omniauthable
- has_person_name
- has_many :notifications, foreign_key: :recipient_id
- has_many :services
- end
|