Epp search

This commit is contained in:
Martin Lensment 2015-01-28 12:00:53 +02:00
parent 365e27086f
commit bf044e77bb
7 changed files with 64 additions and 6 deletions

View file

@ -172,6 +172,7 @@ 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],