sample_rails_tailwind/app/controllers
songtianlun c130ffef90 fix: change flash message type for errors
- Update flash message from `:error` to `:danger` in the
  user creation process.

This change improves the clarity of the flash message type,
aligning it with Bootstrap's alert system, which uses
`danger` for error notifications. This helps in providing
better user feedback during the registration process.
2025-01-08 17:52:45 +08:00
..
concerns init sample-app 2024-12-29 17:12:54 +08:00
account_activations_controller.rb fix: correct user activation and password reset logic 2025-01-08 10:14:36 +08:00
application_controller.rb add static pages 2024-12-29 17:22:48 +08:00
password_resets_controller.rb feat: add password reset functionality 2025-01-08 11:44:42 +08:00
sessions_controller.rb feat: add account activation feature 2025-01-06 18:38:39 +08:00
static_pages_controller.rb finish 2024-12-30 00:09:54 +08:00
users_controller.rb fix: change flash message type for errors 2025-01-08 17:52:45 +08:00