Merge branch 'master' of github.com:domify/registry into ssl-cert

Conflicts:
	CHANGELOG.md
This commit is contained in:
Martin Lensment 2015-02-19 16:12:06 +02:00
commit 328561cb38
48 changed files with 979 additions and 1229 deletions

View file

@ -1,4 +1,6 @@
class Epp::SessionsController < EppController
skip_authorization_check only: [:hello, :login, :logout]
def hello
render_epp_response('greeting')
end