Sha256: 409ccd0d8586ca6645621c706bd1699599da60d6c713d936e44e1bb6218dae35
Contents?: true
Size: 203 Bytes
Versions: 1
Compression:
Stored size: 203 Bytes
Contents
module Kaui module AccountHelper def pretty_account_identifier return nil if @account.nil? @account.name.presence || @account.email.presence || @account.external_key end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kaui-0.15.0 | app/helpers/kaui/account_helper.rb |