Throw out old stuff

This commit is contained in:
Martin Lensment 2015-01-16 16:41:53 +02:00
parent 3ed2cddad4
commit 8307cde4ab
12 changed files with 31 additions and 644 deletions

View file

@ -1,7 +1,4 @@
class Epp::SessionsController < ApplicationController
include Epp::Common
layout false
class Epp::SessionsController < EppController
def hello
render_epp_response('greeting')
end