sample_rails_tailwind/app/controllers
songtianlun 7cf8411afa style: format strings in password resets controller
- Standardize string quotes in the PasswordResetsController
- Ensure consistent formatting for better readability

This commit improves the code style by changing single quotes to double
quotes for string literals in the PasswordResetsController. This change
is purely cosmetic and does not affect the functionality of the code.
2025-01-09 17:22:32 +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 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