mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
Go back to original dnskey
This commit is contained in:
parent
c19168c2ea
commit
eaa553dc9d
12 changed files with 189 additions and 125 deletions
|
@ -2,7 +2,6 @@ class Dnskey < ActiveRecord::Base
|
|||
include EppErrors
|
||||
|
||||
belongs_to :domain
|
||||
belongs_to :delegation_signer
|
||||
|
||||
validates :alg, :protocol, :flags, :public_key, presence: true
|
||||
validate :validate_algorithm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue