Page MenuHomeGRNET

mx.rb
No OneTemporary

File Metadata

Created
Sat, Aug 30, 11:22 AM
FactoryGirl.define do
factory :mx, class: 'MX' do
domain
name ''
prio 10
content 'ns.example.com'
end
end

Event Timeline