Sha256: aab5aab83088a121271504377ee768484f9047e71ba2be88f6800e963bf20f79
Contents?: true
Size: 328 Bytes
Versions: 62
Compression:
Stored size: 328 Bytes
Contents
module Workarea module Admin class BulkActionDeletionViewModel < ApplicationViewModel def resource_name if model_type.present? model_type.constantize.model_name.param_key.titleize else t('workarea.admin.bulk_action_deletions.generic_name') end end end end end
Version data entries
62 entries across 62 versions & 1 rubygems