Skip to content

Commit d72518e

Browse files
committed
Update favicon
1 parent 1159337 commit d72518e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
ActiveSupport::Notifications.subscribe("write_page.action_controller") do |event|
2+
Rails.logger.info "Page cached: #{event.payload[:path]}"
3+
end
4+
5+
ActiveSupport::Notifications.subscribe("expire_page.action_controller") do |event|
6+
Rails.logger.info "Page expired: #{event.payload[:path]}"
7+
end

0 commit comments

Comments
 (0)