Merge branch 'foodcourt' of gitlab.com:code2lab/SXRestaurant into foodcourt

This commit is contained in:
Myat Zin Wai Maw
2020-01-16 10:06:01 +06:30
4 changed files with 18 additions and 4 deletions

View File

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