mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 02:09:39 +02:00
XML builder for generating xml response files, test dummy for epp
This commit is contained in:
parent
3bedf17d9a
commit
e46cdbd6fc
7 changed files with 31 additions and 22 deletions
|
@ -1,9 +1,14 @@
|
|||
class Epp::SessionsController < ApplicationController
|
||||
def index
|
||||
render 'hello'
|
||||
protect_from_forgery with: :null_session
|
||||
|
||||
def greeting; end
|
||||
|
||||
def proxy
|
||||
send(params[:command])
|
||||
end
|
||||
|
||||
def create
|
||||
private
|
||||
def login
|
||||
render 'login'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue