Update "pending_update_request_for_old_registrant" mailer

#180
This commit is contained in:
Artur Beljajev 2016-11-10 01:36:23 +02:00
parent 7e11c3a3dd
commit eac7690345
6 changed files with 41 additions and 35 deletions

View file

@ -1,11 +1,15 @@
class RegistrantPresenter
delegate :name, :ident, :email, :priv?, to: :registrant
delegate :name, :ident, :email, :priv?, :street, :city, to: :registrant
def initialize(registrant:, view:)
@registrant = registrant
@view = view
end
def country
end
private
attr_reader :registrant