Fases 7 e 8 — PDFs Prawn + QR + Painel Motorista + Notificações
This commit is contained in:
@@ -58,6 +58,11 @@ class User < ApplicationRecord
|
||||
admin? || gerente? || operador?
|
||||
end
|
||||
|
||||
# Token de login rápido via QR Code (holerite) — Fase 7/8
|
||||
def regenerar_login_token!
|
||||
update!(login_token: SecureRandom.urlsafe_base64(24))
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def pin_unico_para_motoristas
|
||||
|
||||
Reference in New Issue
Block a user