mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
Render error message from the app, instead of mod_epp
This commit is contained in:
parent
9f30ec3cc7
commit
8c1ea03f95
5 changed files with 26 additions and 5 deletions
7
app/controllers/epp/errors_controller.rb
Normal file
7
app/controllers/epp/errors_controller.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
class Epp::ErrorsController < ApplicationController
|
||||
include Epp::Common
|
||||
|
||||
def error
|
||||
render '/epp/error'
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue