Readme update

This commit is contained in:
Martin Lensment 2014-06-18 15:33:05 +03:00
parent 6a0a22bdc0
commit 3bedf17d9a
4 changed files with 69 additions and 4 deletions

View file

@ -2,4 +2,8 @@ class Epp::SessionsController < ApplicationController
def index
render 'hello'
end
def create
render 'login'
end
end