mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Remove dead code
This commit is contained in:
parent
915ebbff08
commit
fd95d76c49
3 changed files with 1 additions and 5 deletions
|
@ -55,7 +55,6 @@ class Domain < ApplicationRecord
|
|||
accepts_nested_attributes_for :dnskeys, allow_destroy: true
|
||||
|
||||
has_many :legal_documents, as: :documentable
|
||||
accepts_nested_attributes_for :legal_documents, reject_if: proc { |attrs| attrs[:body].blank? }
|
||||
has_many :registrant_verifications, dependent: :destroy
|
||||
|
||||
after_initialize do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue