Sha256: f427ab054d655281e1ee4cddae5da4c0c2d1aad14abc7375af6b103091e0b271

Contents?: true

Size: 218 Bytes

Versions: 5

Compression:

Stored size: 218 Bytes

Contents

module Kaui
  module AccountHelper

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
kaui-0.15.5 app/helpers/kaui/account_helper.rb
kaui-0.15.4 app/helpers/kaui/account_helper.rb
kaui-0.15.3 app/helpers/kaui/account_helper.rb
kaui-0.15.2 app/helpers/kaui/account_helper.rb
kaui-0.15.1 app/helpers/kaui/account_helper.rb