Updated

app/models/concerns/contact / presenters.rb

A
7 lines of codes
1 methods
5.8 complexity/method
2 churn
5.79 complexity
0 duplications
module Contact::Presenters
  1. Contact::Presenters has no descriptive comment
extend ActiveSupport::Concern def full_name_at_format full_name.blank? ? I18n.t('activerecord.models.contact.unknown', locale: I18n.locale) : full_name end end