Add client controller

This commit is contained in:
Martin Lensment 2014-09-23 15:12:24 +03:00
parent eedbc211b5
commit 03b143eef2
7 changed files with 105 additions and 27 deletions

View file

@ -0,0 +1,5 @@
class ClientController < ApplicationController
def current_user
EppUser.last
end
end