From 84c0ec8a3511608e628b7123fba158b2c51e1e73 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 7 Apr 2025 13:23:14 +0200 Subject: [PATCH] No need for an array when there is only one dependency --- app/views/bubbles/cards/_perma.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/bubbles/cards/_perma.html.erb b/app/views/bubbles/cards/_perma.html.erb index 85c338679..4dd1dc684 100644 --- a/app/views/bubbles/cards/_perma.html.erb +++ b/app/views/bubbles/cards/_perma.html.erb @@ -1,4 +1,4 @@ -<% cache [bubble] do %> +<% cache bubble do %>