Throw out old stuff

This commit is contained in:
Martin Lensment 2015-01-16 16:41:53 +02:00
parent 3ed2cddad4
commit 8307cde4ab
12 changed files with 31 additions and 644 deletions

View file

@ -1,7 +1,4 @@
class Epp::ErrorsController < ApplicationController
include Epp::Common
layout false
class Epp::ErrorsController < EppController
def error
epp_errors << { code: params[:code], msg: params[:msg] }
render_epp_response '/epp/error'