You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting following deprecation warning when using fortitude with Rails 6.0.0
DEPRECATION WARNING: Single arity template handlers are deprecated. Template handlers must
now accept two parameters, the view object and the source for the view object.
Change:
>> #<Fortitude::Rails::TemplateHandler:0x000055c7f4ffcc58>.call(template, block)
To:
>> #<Fortitude::Rails::TemplateHandler:0x000055c7f4ffcc58>.call(template, block, source)
(called from <top (required)> at config/application.rb:7)
The text was updated successfully, but these errors were encountered:
Getting following deprecation warning when using fortitude with Rails 6.0.0
The text was updated successfully, but these errors were encountered: