added cashier station time
This commit is contained in:
@@ -19,6 +19,7 @@ class ApplicationController < ActionController::Base
|
||||
|
||||
def current_login_employee
|
||||
@employee = Employee.find_by_token_session(session[:session_token])
|
||||
@time = Time.now
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user