Sha256: 22efaef3a1b64805e6464585fe7f70a97244d87bc817ebadcdcc45ef251581fd
Contents?: true
Size: 192 Bytes
Versions: 12
Compression:
Stored size: 192 Bytes
Contents
BetterHtml.configure do |config| config.partial_tag_name_pattern = /\A[a-zA-Z0-9\-\:]+\z/ config.template_exclusion_filter = proc { |filename| !filename.start_with?(Rails.root.to_s) } end
Version data entries
12 entries across 12 versions & 1 rubygems