mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Refactor domain spec to should
This commit is contained in:
parent
beb31aaf4c
commit
40bcbffec7
2 changed files with 356 additions and 356 deletions
|
@ -124,7 +124,7 @@ class EppController < ApplicationController
|
||||||
# rubocop: enable Style/PredicateName
|
# rubocop: enable Style/PredicateName
|
||||||
|
|
||||||
def write_to_epp_log
|
def write_to_epp_log
|
||||||
return nil if EPP_LOG_ENABLED
|
# return nil if EPP_LOG_ENABLED
|
||||||
request_command = params[:command] || params[:action] # error receives :command, other methods receive :action
|
request_command = params[:command] || params[:action] # error receives :command, other methods receive :action
|
||||||
ApiLog::EppLog.create({
|
ApiLog::EppLog.create({
|
||||||
request: params[:raw_frame] || params[:frame],
|
request: params[:raw_frame] || params[:frame],
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue