Fases 7 e 8 — PDFs Prawn + QR + Painel Motorista + Notificações

This commit is contained in:
2026-06-11 18:31:38 -03:00
parent 90ed705ed8
commit 8b3d4bc87f
21 changed files with 942 additions and 23 deletions

View File

@@ -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