Class: HubriseApp::UserBase

Inherits:
ApplicationRecord show all
Defined in:
app/models/hubrise_app/user_base.rb

Direct Known Subclasses

User

Instance Method Summary collapse

Instance Method Details

#full_nameObject



15
16
17
# File 'app/models/hubrise_app/user_base.rb', line 15

def full_name
  [first_name, last_name].join(" ")
end

#primary_localeObject



11
12
13
# File 'app/models/hubrise_app/user_base.rb', line 11

def primary_locale
  locales.first
end