We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd63b8e commit c9eaa7cCopy full SHA for c9eaa7c
config/initializers/haml.rb
@@ -9,3 +9,8 @@
9
Haml.init_rails(binding)
10
end
11
12
+# enable cache_digests for haml templates...
13
+# https://github.com/rails/cache_digests/pull/46
14
+# UPGRADE - this can go away once we use rails4 with haml_rails v5
15
+CacheDigests::DependencyTracker.register_tracker :haml, CacheDigests::DependencyTracker::ERBTracker
16
+
0 commit comments