Attach nameservers directly to domain

This commit is contained in:
Martin Lensment 2014-07-31 11:21:22 +03:00
parent 7a9988236e
commit 4396ec665c
6 changed files with 19 additions and 5 deletions

View file

@ -1,5 +1,5 @@
require "rails_helper"
describe Nameserver do
it { should have_and_belong_to_many(:ns_sets) }
it { should have_and_belong_to_many(:domains) }
end