Add auth info to CSV domain list in registrar area

#660
This commit is contained in:
Artur Beljajev 2018-01-18 15:07:14 +02:00
parent a9f04f6f0e
commit c41d329f79
5 changed files with 20 additions and 10 deletions

View file

@ -1,5 +1,5 @@
class DomainPresenter
delegate :name, :registrant_name, :registrant_id, :registrant_code, to: :domain
delegate :name, :auth_info, :registrant_name, :registrant_id, :registrant_code, to: :domain
def initialize(domain:, view:)
@domain = domain