Class: Mks::Auth::User

Inherits:
ApplicationRecord show all
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_nameObject



19
20
21
# File 'app/models/mks/auth/user.rb', line 19

def full_name
  "#{first_name} #{last_name}"
end