mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
Add legacy domain history model, remove some dead code, fix domain update xml #2693
This commit is contained in:
parent
e42a50dc4c
commit
dddc3207b9
4 changed files with 10 additions and 6 deletions
|
@ -501,10 +501,6 @@ class Domain < ActiveRecord::Base
|
|||
(errors.keys - assoc_errors).empty?
|
||||
end
|
||||
|
||||
def statuses_tab_valid?
|
||||
!errors.keys.any? { |x| x.match(/domain_statuses/) }
|
||||
end
|
||||
|
||||
## SHARED
|
||||
|
||||
def name_in_wire_format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue