mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Refactor domain create xml builder, add dnskey model
This commit is contained in:
parent
b85420a598
commit
7d7a399ead
8 changed files with 102 additions and 45 deletions
3
app/models/dnskey.rb
Normal file
3
app/models/dnskey.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
class Dnskey < ActiveRecord::Base
|
||||
belongs_to :domain
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue