Administrateur can be define private champs => same as typical champs

This commit is contained in:
Xavier J 2016-08-03 18:19:56 +02:00
parent 26b5e4cb24
commit 116dd0d94f
41 changed files with 601 additions and 113 deletions

View file

@ -13,6 +13,7 @@ ActiveSupport::Inflector.inflections(:en) do |inflect|
inflect.irregular 'piece_justificative', 'pieces_justificatives'
inflect.irregular 'type_de_piece_justificative', 'types_de_piece_justificative'
inflect.irregular 'type_de_champ', 'types_de_champ'
inflect.irregular 'type_de_champ_private', 'types_de_champ_private'
inflect.irregular 'assign_to', 'assign_tos'
end