tidy: remove deprecation warnings from ActionView::Helpers::SanitizeHelper
flavorjones opened this issue · 1 comments
flavorjones commented
See
rails-html-sanitizer/lib/rails-html-sanitizer.rb
Lines 38 to 57 in cf78244
These methods were deprecated back in 2014 in 2dbae3e when the old sanitizer was dropped from Rails. I think it's time.
rubyrider commented
Hi @flavorjones I have created a pull request to clean these depreciated methods. Here is my pull request:
#192 . I hope you will review this.