Sha256: 178a3b67ecb87d4572f0de68f84dad02315f0be056b56edc1994cc790e2bfd0d
Contents?: true
Size: 275 Bytes
Versions: 41
Compression:
Stored size: 275 Bytes
Contents
# frozen_string_literal: true module Tramway module Admin module CasesHelper def plural(word) if I18n.locale == :ru russian_plural word else word.model_name.human.pluralize(I18n.locale) end end end end end
Version data entries
41 entries across 41 versions & 1 rubygems