mirror of
https://github.com/internetee/registry.git
synced 2025-07-27 21:16:12 +02:00
10 lines
166 B
Ruby
10 lines
166 B
Ruby
class Registrant < Contact
|
|
# epp_code_map is used during epp domain create
|
|
def epp_code_map
|
|
{}
|
|
end
|
|
|
|
def publishable?
|
|
registrant_publishable
|
|
end
|
|
end
|