From 420d3848457e07065c1f00cf9276116203403f5e Mon Sep 17 00:00:00 2001 From: Zin Moe Date: Wed, 15 Jan 2020 12:28:25 +0630 Subject: [PATCH] modify current login employee action --- app/controllers/concerns/login_verification.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/concerns/login_verification.rb b/app/controllers/concerns/login_verification.rb index 88b31f6d..cb00ea1d 100755 --- a/app/controllers/concerns/login_verification.rb +++ b/app/controllers/concerns/login_verification.rb @@ -17,7 +17,7 @@ module LoginVerification end def current_login_employee - @employee ||= current_user + @emp ||= current_user end def current_user