mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 17:23:34 +02:00
Rails update, request validation
This commit is contained in:
parent
4744a35dd9
commit
4684b311a2
13 changed files with 1047 additions and 70 deletions
|
@ -2,6 +2,7 @@ class Epp::ErrorsController < ApplicationController
|
|||
include Epp::Common
|
||||
|
||||
def error
|
||||
@code, @msg = params[:code], params[:msg]
|
||||
render '/epp/error'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue