mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Basic domain check command implementation
This commit is contained in:
parent
f8757891ef
commit
cd52da3f8f
8 changed files with 49 additions and 9 deletions
|
@ -12,4 +12,9 @@ class Epp::CommandsController < ApplicationController
|
|||
type = OBJECT_TYPES[parsed_frame.css('create create').attr('schemaLocation').value]
|
||||
send("create_#{type}")
|
||||
end
|
||||
|
||||
def check
|
||||
type = OBJECT_TYPES[parsed_frame.css('check check').attr('schemaLocation').value]
|
||||
send("check_#{type}")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue