mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
fixed legal attributes
This commit is contained in:
parent
ea2fc01a60
commit
86fad85d03
3 changed files with 29 additions and 22 deletions
|
@ -156,6 +156,10 @@ class Contact < ApplicationRecord
|
|||
fax
|
||||
].freeze
|
||||
|
||||
OPEN_LEGAL_ATTRIBUTES = %w[
|
||||
phone
|
||||
].freeze
|
||||
|
||||
STATUSES = [
|
||||
CLIENT_DELETE_PROHIBITED, SERVER_DELETE_PROHIBITED,
|
||||
CLIENT_TRANSFER_PROHIBITED,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue