mirror of
https://github.com/internetee/registry.git
synced 2025-07-12 14:08:17 +02:00
commit
bd1d056b3d
15 changed files with 204 additions and 7 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