mirror of
https://github.com/docusealco/docuseal.git
synced 2026-06-23 04:10:11 +00:00
8 lines
184 B
Ruby
8 lines
184 B
Ruby
# frozen_string_literal: true
|
|
|
|
if defined?(BetterHtml)
|
|
BetterHtml.configure do |config|
|
|
config.template_exclusion_filter = ->(filename) { filename.include?('/gems/') }
|
|
end
|
|
end
|