This commit is contained in:
Nweni
2017-06-21 09:33:39 +06:30
parent 6272e07959
commit b889603ce6
3 changed files with 27 additions and 11 deletions

View File

@@ -19,7 +19,6 @@ class ApplicationController < ActionController::Base
def current_login_employee
@employee = Employee.find_by_token_session(session[:session_token])
@time = Time.now
end
private