mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 02:09:39 +02:00
8 lines
119 B
Ruby
8 lines
119 B
Ruby
Fabricator(:contact_disclosure) do
|
|
email true
|
|
phone true
|
|
fax true
|
|
address true
|
|
name true
|
|
org_name true
|
|
end
|