Activity
Posted in Devise and Turbo-rails
Thank you for you kind suggestion.
Posted in Devise and Turbo-rails
I've followed the guide for implementing devise with turbo-rails. It worked for few projects. But, when i tried to implement in new rails 7.0.4 project, the line render rendering_options is throwing NameError (undefined local variables or method 'rendering_options').
Following are gem and system versions.
ruby "3.1.3"
rails "7.0.4.2"
@hotwired/turbo-rails "7.2.5".
Thank you in advance