Explain this

This commit is contained in:
David Heinemeier Hansson
2025-04-16 16:44:04 +02:00
parent 4bb9085737
commit 98401b9536
+1 -1
View File
@@ -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