- 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. |
||
---|---|---|
.. | ||
concerns | ||
application_controller.rb | ||
sessions_controller.rb | ||
static_pages_controller.rb | ||
users_controller.rb |