Sha256: 489cf4bf333e23d32bbe1c31924f0abacd24cb75032507ee7c73afbc77349f11
Contents?: true
Size: 1.48 KB
Versions: 36
Compression:
Stored size: 1.48 KB
Contents
# frozen_string_literal: true # Be sure to restart your server when you modify this file. # Add new inflection rules using the following format. Inflections # are locale specific, and you may define rules for as many different # locales as you wish. All of these examples are active by default: # ActiveSupport::Inflector.inflections(:en) do |inflect| # inflect.plural /^(ox)$/i, '\1en' # inflect.singular /^(ox)en/i, '\1' # inflect.irregular 'person', 'people' # inflect.uncountable %w( fish sheep ) # end # These inflection rules are supported but not enabled by default: ActiveSupport::Inflector.inflections(:en) do |inflect| inflect.acronym "AKI" inflect.acronym "APD" inflect.acronym "API" inflect.acronym "BLT" inflect.acronym "BMI" inflect.acronym "CAPD" inflect.acronym "CC" inflect.acronym "CCs" inflect.acronym "CM" inflect.acronym "CSV" inflect.acronym "DNA" inflect.acronym "EDTA" inflect.acronym "ESRF" inflect.acronym "GP" inflect.acronym "HD" inflect.acronym "HDF" inflect.acronym "HIV" inflect.acronym "HL7" inflect.acronym "MDM" inflect.acronym "NHS" inflect.acronym "NHS" inflect.acronym "ODS" inflect.acronym "PD" inflect.acronym "PET" inflect.acronym "PRD" inflect.acronym "RTF" inflect.acronym "TRUD" inflect.acronym "UKRDC" inflect.acronym "XHR" inflect.acronym "EQ5D" inflect.acronym "EQ5D5L" inflect.acronym "POS" inflect.irregular "feedback", "feedback" inflect.acronym "NHS" inflect.uncountable %w(cache) end
Version data entries
36 entries across 36 versions & 1 rubygems