Module: SubjModels::TypesSupport::ContactTypes
- Included in:
- OfficeContactModule
- Defined in:
- lib/subj_models/services/types_support.rb
Constant Summary collapse
- ADDRESS =
1- PHONE =
2- EMAIL =
3- SKYPE =
4- CONTACT_TYPES =
{ 'адрес' => ADDRESS, 'телефон' => PHONE, 'email' => EMAIL, 'skype' => SKYPE }