Add epp log view

This commit is contained in:
Martin Lensment 2015-01-13 12:48:00 +02:00
parent 360c2d3db8
commit 0544dbd3ff
13 changed files with 114 additions and 16 deletions

View file

@ -4,6 +4,6 @@ class Epp::ErrorsController < ApplicationController
def error
epp_errors << { code: params[:code], msg: params[:msg] }
render '/epp/error'
render_epp_response '/epp/error'
end
end