today_ai_weather/app/controllers
songtianlun 0b0c8587ae fix: handle user creation failure
- Add @user.destroy to ensure proper cleanup on failure

This change prevents incomplete user records from being left in the database when user creation fails due to an error.
2025-01-18 14:04:12 +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 style: format strings in password resets controller 2025-01-09 17:22:32 +08:00
sessions_controller.rb feat: add account activation feature 2025-01-06 18:38:39 +08:00
static_pages_controller.rb feat: add tailwindcss integration and demo page 2025-01-16 18:17:08 +08:00
users_controller.rb fix: handle user creation failure 2025-01-18 14:04:12 +08:00