Sha256: 2ee5318466c82bee8664a1d137f7cc8773f0e77e2d352e03949df95b927e90a1
Contents?: true
Size: 325 Bytes
Versions: 9
Compression:
Stored size: 325 Bytes
Contents
require "propshaft/asset" class Propshaft::Asset alias fresh_without_tinymce_exception? fresh? # Allow TinyMCE assets to be accessed (in development mode) without a digest def fresh?(digest) fresh_without_tinymce_exception?(digest) || (digest.blank? && logical_path.to_s.starts_with?("tinymce/")) end end
Version data entries
9 entries across 9 versions & 2 rubygems