Activity
If you're getting a
ActionView::Template::Error (undefined method `turbo_frame_tag' ...
in Production, make sure to set
config.parent_controller = 'Users::DeviseController'
and extract the
class TurboController < ApplicationController
...
end
into app/controllers/users/devise_controller.rb.
See also the hotwire-devise Repo for the source code!