mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
5 lines
159 B
Ruby
5 lines
159 B
Ruby
module Epp::ContactsHelper
|
|
def create_contact
|
|
cp = Hash.from_xml(parsed_frame.css("epp command create create").to_xml).with_indifferent_access
|
|
end
|
|
end
|