Sha256: 87f3f65d9bc94697ba2e57f50b86e4ff5bc84ab818191be6d199fb0e08f2f2e4

Contents?: true

Size: 722 Bytes

Versions: 3

Compression:

Stored size: 722 Bytes

Contents

# Be sure to restart your server when you modify this file.
Rails.autoloaders.each do |autoloader|
  autoloader.inflector.inflect(
    'kt_environment' => 'KTEnvironment',
    'cdn' => 'CDN',
    'cveak_migrator' => 'CVEAKMigrator',
    'cvecf_migrator' => 'CVECFMigrator'
  )
end

# 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.singular 'bases', 'base'

  inflect.acronym 'SCA' # Simple Content Access
  inflect.acronym 'CV' # Content view
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
katello-4.15.0 config/initializers/inflections.rb
katello-4.15.0.rc2 config/initializers/inflections.rb
katello-4.15.0.rc1 config/initializers/inflections.rb