Method: Kaui::AccountHelper#pretty_account_identifier

Defined in:
app/helpers/kaui/account_helper.rb

#pretty_account_identifierObject



4
5
6
7
# File 'app/helpers/kaui/account_helper.rb', line 4

def 
  return nil if @account.nil?
  @account.name.presence || @account.email.presence || truncate_uuid(@account.external_key)
end