Merge branch 'master' into 5383-api-db-current-time
[arvados.git] / services / api / config / initializers / inflections.rb
index 719262b36a0df6f44e024b7d3a621960cb00cf4a..79bca3af389506f6bf63ee594b76399e6164514a 100644 (file)
@@ -12,4 +12,6 @@
 ActiveSupport::Inflector.inflections do |inflect|
   inflect.plural /^([Ss]pecimen)$/i, '\1s'
   inflect.singular /^([Ss]pecimen)s?/i, '\1'
+  inflect.plural /^([Hh]uman)$/i, '\1s'
+  inflect.singular /^([Hh]uman)s?/i, '\1'
 end