internetee-registry/app/models/registrant.rb
2015-05-11 16:22:43 +03:00

6 lines
113 B
Ruby

class Registrant < Contact
# epp_code_map is used during epp domain create
def epp_code_map
{}
end
end