Add csv export button do domain list in registrar area

#248
This commit is contained in:
Artur Beljajev 2017-01-06 19:12:53 +02:00
parent 9a152b8289
commit 1784980e6c
10 changed files with 171 additions and 2 deletions

View file

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