From 5d06e5449f2801d4471aa6f360ca6e4f638229bb Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 19 Oct 2024 16:49:51 -0700 Subject: [PATCH] Etag the bubbles#show --- app/controllers/bubbles_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/bubbles_controller.rb b/app/controllers/bubbles_controller.rb index 379ba1e1d..7ef4d276d 100644 --- a/app/controllers/bubbles_controller.rb +++ b/app/controllers/bubbles_controller.rb @@ -19,6 +19,7 @@ class BubblesController < ApplicationController end def show + fresh_when etag: @bubble end def edit