Class: Mks::Auth::User
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Mks::Auth::User
- Defined in:
- app/models/mks/auth/user.rb
Constant Summary collapse
- VALID_EMAIL_REGEX =
/\A[\w+\-.]+@[a-z\d\-.]+\.[a-z]+\z/i
Instance Method Summary collapse
Instance Method Details
#full_name ⇒ Object
19 20 21 |
# File 'app/models/mks/auth/user.rb', line 19 def full_name "#{first_name} #{last_name}" end |