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

This commit is contained in:
Martin Lensment 2015-01-28 13:39:06 +02:00
commit dbda351474
2 changed files with 76 additions and 77 deletions

View file

@ -179,7 +179,6 @@ class EppController < ApplicationController
def write_to_epp_log
# return nil if EPP_LOG_ENABLED
puts params[:epp_object_type]
request_command = params[:command] || params[:action] # error receives :command, other methods receive :action
ApiLog::EppLog.create({
request: params[:raw_frame] || params[:frame],