Apache SSL configuration, basic tests for Registry app via mod_epp

This commit is contained in:
Martin Lensment 2014-06-19 16:58:43 +03:00
parent 3d84d37219
commit 7d4142abc2
10 changed files with 172 additions and 64 deletions

View file

@ -1,13 +1,15 @@
class Epp::SessionsController < ApplicationController
protect_from_forgery with: :null_session
def greeting; end
def proxy
send(params[:command])
end
private
def hello
render 'greeting'
end
def login
render 'login'
end