Sha256: eb0af964fa11792e9f0a9562551152cec38e0ec2327be3fe32875ef38cc531b2
Contents?: true
Size: 463 Bytes
Versions: 1
Compression:
Stored size: 463 Bytes
Contents
# Be sure to restart your server when you modify this file. # Add new inflection rules using the following format # (all these examples are active by default): ActiveSupport::Inflector.inflections do |inflect| # inflect.plural /^(ox)$/i, '\1en' # inflect.singular /^(ox)en/i, '\1' # inflect.irregular 'person', 'people' # inflect.uncountable %w(fish sheep) inflect.irregular 'custom_info', 'custom_info' inflect.singular 'bases', 'base' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
katello-2.2.2 | config/initializers/inflections.rb |