sample_rails_tailwind/app/controllers
songtianlun 97c91fc8f3 refactor: simplify user signup view
- Remove unnecessary turbo frame tag from the signup form
- Directly render the form within the column div

This change simplifies the user signup view by removing the
unneeded turbo frame, which was not contributing to the
functionality. The form is now rendered directly, making the
code cleaner and easier to understand.
2025-01-05 01:41:45 +08:00
..
concerns init sample-app 2024-12-29 17:12:54 +08:00
application_controller.rb add static pages 2024-12-29 17:22:48 +08:00
sessions_controller.rb refactor: simplify user signup view 2025-01-05 01:41:45 +08:00
static_pages_controller.rb finish 2024-12-30 00:09:54 +08:00
users_controller.rb style: standardize quotation marks and spacing 2025-01-04 10:21:22 +08:00