mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
DNSSEC refactor
This commit is contained in:
parent
6f12af5e0b
commit
3453b7f4a1
14 changed files with 150 additions and 30 deletions
|
@ -14,12 +14,12 @@ class SettingGroup < ActiveRecord::Base
|
|||
find_by(code: 'domain_validation')
|
||||
end
|
||||
|
||||
def domain_statuses
|
||||
find_by(code: 'domain_statuses')
|
||||
end
|
||||
|
||||
def domain_general
|
||||
find_by(code: 'domain_general')
|
||||
end
|
||||
|
||||
def dnskeys
|
||||
find_by(code: 'dnskeys')
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue