mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 11:16:00 +02:00
10 lines
169 B
Ruby
10 lines
169 B
Ruby
Fabricator(:contact_disclosure) do
|
|
email true
|
|
phone true
|
|
loc_addr true
|
|
loc_name true
|
|
loc_org_name true
|
|
int_name true
|
|
int_org_name true
|
|
int_addr true
|
|
end
|