remove better html html_attributes

This commit is contained in:
Alex Turchyn
2023-06-11 15:51:52 +03:00
parent 21f684ed4a
commit 878af5d250
4 changed files with 4 additions and 6 deletions
-2
View File
@@ -1,7 +1,5 @@
# frozen_string_literal: true
ActionView::Helpers.include(BetterHtml::Helpers)
if defined?(BetterHtml)
BetterHtml.configure do |config|
config.template_exclusion_filter = ->(filename) { filename.include?('/gems/') }