Placeholder for contact info

This commit is contained in:
Andres Keskküla 2014-07-30 15:09:43 +03:00
parent 8882c36053
commit 2cdd10f465
4 changed files with 32 additions and 0 deletions

View file

@ -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