Class: HubriseApp::UserBase
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- HubriseApp::UserBase
- Defined in:
- app/models/hubrise_app/user_base.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#full_name ⇒ Object
15 16 17 |
# File 'app/models/hubrise_app/user_base.rb', line 15 def full_name [first_name, last_name].join(" ") end |
#primary_locale ⇒ Object
11 12 13 |
# File 'app/models/hubrise_app/user_base.rb', line 11 def primary_locale locales.first end |