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

@@ -0,0 +1,6 @@
class AddLoginTokenToUsers < ActiveRecord::Migration[7.1]
def change
add_column :users, :login_token, :string
add_index :users, :login_token, unique: true
end
end