Actions
Refactor #26327
closeddeprecate allowing passing :confirm directly to link_to helper
Description
it should be passed nested inside the :data html option (https://api.rubyonrails.org/v5.2.2/classes/ActionView/Helpers/UrlHelper.html#method-i-link_to). We currently have a workaround wrapper for that helper that changes the options to nest it under :data.
Actions