still nfc

This commit is contained in:
Yan
2017-07-18 11:52:49 +06:30
46 changed files with 855 additions and 1189 deletions

View File

@@ -21,7 +21,8 @@ class HomeController < ApplicationController
session[:session_token] = @employee.token_session
route_by_role(@employee)
else
render :show, flash[:notice] => "Invalid PIN for Employee. Please try again!"
flash[:notice] ="Invalid PIN for Employee. Please try again!"
render :show
end
end