Module: SubjModels::TypesSupport::FileTypes
- Included in:
- NomenclatureFileModule
- Defined in:
- lib/subj_models/services/types_support.rb
Constant Summary collapse
- PICTURE =
1- PDF =
2- VIDEO =
3- FILE_TYPES =
{ 'изображение' => PICTURE, 'PDF' => PDF, 'видео' => VIDEO }