Sha256: 12e1ca19c7b8f90f168c3e95948f078c4f157727ae0c7ad541d52a1320fc91c7
Contents?: true
Size: 427 Bytes
Versions: 24
Compression:
Stored size: 427 Bytes
Contents
# -*- encoding : utf-8 -*- # Be sure to restart your server when you modify this file. # Add new inflection rules using the following format ActiveSupport::Inflector.inflections do |inflect| inflect.irregular "grave", "graveyard" inflect.uncountable "this" # inflect.uncountable 'plus' inflect.uncountable "anonymous" inflect.uncountable "s" inflect.singular(/(ss)$/i, '\1') inflect.plural(/(ss)$/i, '\1') end
Version data entries
24 entries across 24 versions & 1 rubygems