Project

General

Profile

« Previous | Next » 

Revision 7f7c531e

Added by Joseph Magen almost 10 years ago

fixes #6267 - singularize of HostClass and HostgroupClass is wrong

View differences:

config/initializers/inflections.rb
# inflect.uncountable %w( fish sheep )
inflect.singular /^puppetclass$/, 'puppetclass'
inflect.singular /^Puppetclass$/, 'Puppetclass'
inflect.singular /^HostClass$/, 'HostClass'
inflect.singular /^host_class$/, 'host_class'
inflect.singular /^HostgroupClass$/, 'HostgroupClass'
inflect.singular /^hostgroup_class$/, 'hostgroup_class'
end

Also available in: Unified diff