Refactor domain create xml builder, add dnskey model

This commit is contained in:
Martin Lensment 2014-10-01 16:53:42 +03:00
parent b85420a598
commit 7d7a399ead
8 changed files with 102 additions and 45 deletions

3
app/models/dnskey.rb Normal file
View file

@ -0,0 +1,3 @@
class Dnskey < ActiveRecord::Base
belongs_to :domain
end