mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Placeholder for contact info
This commit is contained in:
parent
8882c36053
commit
2cdd10f465
4 changed files with 32 additions and 0 deletions
|
@ -15,4 +15,8 @@ class Epp::CommandsController < ApplicationController
|
|||
def delete
|
||||
send("delete_#{OBJECT_TYPES[params_hash['epp']['xmlns:ns2']]}")
|
||||
end
|
||||
|
||||
def info
|
||||
send("info_#{OBJECT_TYPES[params_hash['epp']['xmlns:ns2']]}")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue