mirror of
https://github.com/internetee/registry.git
synced 2025-07-19 17:25:57 +02:00
parent
a20af372de
commit
ccb062cb0b
4 changed files with 16 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
class RegistrantPresenter
|
||||
delegate :name, :ident, :email, to: :registrant
|
||||
delegate :name, :ident, :email, :priv?, to: :registrant
|
||||
|
||||
def initialize(registrant:, view:)
|
||||
@registrant = registrant
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue