Rough contact update

This commit is contained in:
Andres Keskküla 2014-08-06 17:14:53 +03:00
parent d62106da20
commit 76dfa505c2
10 changed files with 143 additions and 38 deletions

View file

@ -20,4 +20,8 @@ class Epp::CommandsController < ApplicationController
def info
send("info_#{OBJECT_TYPES[params_hash['epp']['xmlns:ns2']]}")
end
def update
send("update_#{OBJECT_TYPES[params_hash['epp']['xmlns:ns2']]}")
end
end