class ActiveModel::Name

Public Instance Methods

human() click to toggle source
# File lib/hyper-i18n/active_model/name.rb, line 4
def human
  HyperI18n::I18n.t("activerecord.models.#{i18n_key}")
end