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
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:
>> KramdownRails::TemplateHandler.call(template)
To:
>> KramdownRails::TemplateHandler.call(template, source)
(called from <top (required)> at /rails-app-dir/config/application.rb:7)
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:
>> KramdownRails::TemplateHandler.call(template)
To:
>> KramdownRails::TemplateHandler.call(template, source)
(called from <top (required)> at /rails-app-dir/config/application.rb:7)
Loading development environment (Rails 6.0.0)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: