8784: Fix test for latest firefox.
[arvados.git] / services / api / config / initializers / inflections.rb
1 # Be sure to restart your server when you modify this file.
2
3 # Add new inflection rules using the following format
4 # (all these examples are active by default):
5 # ActiveSupport::Inflector.inflections do |inflect|
6 #   inflect.plural /^(ox)$/i, '\1en'
7 #   inflect.singular /^(ox)en/i, '\1'
8 #   inflect.irregular 'person', 'people'
9 #   inflect.uncountable %w( fish sheep )
10 # end
11
12 ActiveSupport::Inflector.inflections do |inflect|
13   inflect.plural(/^([Ss]pecimen)$/i, '\1s')
14   inflect.singular(/^([Ss]pecimen)s?/i, '\1')
15   inflect.plural(/^([Hh]uman)$/i, '\1s')
16   inflect.singular(/^([Hh]uman)s?/i, '\1')
17 end