revert skip authorization for errors

This commit is contained in:
Priit Tark 2015-05-08 11:38:54 +03:00
parent a37f4b2e6a
commit 21b7b4a2e1

View file

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