Make sure what expired domain emails will not be sent to non-valid addreses

This commit is contained in:
Alex Sherman 2021-03-22 15:21:53 +05:00
parent 91093b274d
commit 29f7aa19ac
4 changed files with 33 additions and 18 deletions

View file

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