From 98401b95360aa125bf934f4585b1a759cca0d105 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 16 Apr 2025 16:44:04 +0200 Subject: [PATCH] Explain this --- app/controllers/notifications_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/notifications_controller.rb b/app/controllers/notifications_controller.rb index cbce6a92d..8471b20c0 100644 --- a/app/controllers/notifications_controller.rb +++ b/app/controllers/notifications_controller.rb @@ -7,7 +7,7 @@ class NotificationsController < ApplicationController end respond_to do |format| - format.turbo_stream if current_page_param + format.turbo_stream if current_page_param # Allows read-all action to side step pagination format.html end end