zeitwerk: add inflections
This commit is contained in:
parent
7d1c79bf4b
commit
0af7188d8c
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ ActiveSupport::Inflector.inflections(:en) do |inflect|
|
|||
# inflect.irregular 'person', 'people'
|
||||
# inflect.uncountable %w( fish sheep )
|
||||
inflect.acronym 'API'
|
||||
inflect.acronym 'ASN1'
|
||||
inflect.acronym 'IP'
|
||||
inflect.acronym 'JSON'
|
||||
inflect.acronym 'RNA'
|
||||
inflect.acronym 'URL'
|
||||
inflect.irregular 'type_de_champ', 'types_de_champ'
|
||||
|
|
Loading…
Reference in a new issue