rails / tailwindcss-rails

Other
1.39k stars 170 forks source link

use scaffold generate password class is nil #304

Closed Kastrcn closed 8 months ago

Kastrcn commented 8 months ago

use scaffold generate password class is nil

rails g scaffold user username:string password:digest
image
flavorjones commented 8 months ago

Thanks for opening this. Acknowledged, we should fix this. Currently the generated form looks like this live:

image

flavorjones commented 8 months ago

Potential fix at #307