Fix translations

This commit is contained in:
Martin Lensment 2014-09-24 18:41:57 +03:00
parent c8e0a7f5e0
commit 25fed4f75c
3 changed files with 5 additions and 5 deletions

View file

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