mirror of
https://github.com/internetee/registry.git
synced 2025-07-04 10:13:34 +02:00
parent
9a152b8289
commit
1784980e6c
10 changed files with 171 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue