Dont render inline

This commit is contained in:
David Heinemeier Hansson
2025-04-16 16:49:16 +02:00
parent 98401b9536
commit 2757cd8e62
+1 -1
View File
@@ -25,6 +25,6 @@ class Notification < ApplicationRecord
private
def broadcast
broadcast_prepend_to user, :notifications, target: "notifications"
broadcast_prepend_later_to user, :notifications, target: "notifications"
end
end