Merge branch 'master' of github.com:internetee/registry

This commit is contained in:
Martin Lensment 2014-08-06 18:04:53 +03:00
commit 218ecb3317
10 changed files with 143 additions and 38 deletions

View file

@ -24,4 +24,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