Sha256: ea8f4d2212d9d321ba2de28dedb1b3c1288be25cb22fdd076a6a1c3bc7c42113
Contents?: true
Size: 321 Bytes
Versions: 24
Compression:
Stored size: 321 Bytes
Contents
module ModelsHelper extend Deprecation def admin_set_full_name(slug) Deprecation.warn(self, "admin_set_full_name helper method is deprecated and will be removed in v3." \ " Retrieve admin set title from AdminSet ActiveResource instead.") I18n.t("ddr.admin_set.#{slug}") end end
Version data entries
24 entries across 24 versions & 1 rubygems