feat(cojo): add cojo type de champ

This commit is contained in:
Paul Chavard 2023-05-30 14:42:36 +02:00
parent c74351459e
commit d5820277c0
31 changed files with 361 additions and 12 deletions

View file

@ -8,6 +8,7 @@ ActiveSupport::Inflector.inflections(:en) do |inflect|
# inflect.singular /^(ox)en/i, '\1'
# inflect.irregular 'person', 'people'
# inflect.uncountable %w( fish sheep )
inflect.acronym 'COJO'
inflect.acronym 'API'
inflect.acronym 'ASN1'
inflect.acronym 'IP'