I am getting a deprecation warning:
DEPRECATION WARNING: ActionView::Base instances should be constructed with a lookup context, assignments, and a controller. (called from <top (required)> at /Users/johndel/projects/collaboraate/backend/config/environment.rb:5)
On my attempt to update to rails 6. The app is using the following code:
ActionView::Base.full_sanitizer.sanitize(event.description)
, what is the right way now to replace this?