Sadjow Leão
Joined
10 Experience
0 Lessons Completed
0 Questions Solved
Activity
The code in the article worked for me with Rails 7, but I had to do extra steps resolved this issue by adding config.navigational_formats = ['*/*', :html, :turbo_stream]
to the initialize/devise.rb and also putting the TurboController in the file app path (app/controller/turbo_controller.rb).