mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 02:39:37 +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
|