mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Revert "Registry 569"
This commit is contained in:
parent
9565f23e68
commit
4786dbb943
50 changed files with 323 additions and 2463 deletions
|
@ -2,7 +2,6 @@ class Registrar
|
|||
class ContactsController < DeppController
|
||||
before_action :init_epp_contact
|
||||
helper_method :address_processing?
|
||||
helper_method :ident_types
|
||||
|
||||
def index
|
||||
authorize! :view, Depp::Contact
|
||||
|
@ -141,9 +140,5 @@ class Registrar
|
|||
def address_processing?
|
||||
Contact.address_processing?
|
||||
end
|
||||
|
||||
def ident_types
|
||||
Contact::Ident.types
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue