modify current login employee action

This commit is contained in:
Zin Moe
2020-01-15 12:28:25 +06:30
parent 0d2bc27792
commit 420d384845

View File

@@ -17,7 +17,7 @@ module LoginVerification
end
def current_login_employee
@employee ||= current_user
@emp ||= current_user
end
def current_user