Add basic mod_epp setup to readme

This commit is contained in:
Martin Lensment 2014-06-18 13:10:22 +03:00
parent 4d92a40a8d
commit 6a0a22bdc0
6 changed files with 141 additions and 0 deletions

View file

@ -0,0 +1,5 @@
class Epp::SessionsController < ApplicationController
def index
render 'hello'
end
end