From 11dc7f8eab2751d26957ae965fca89e7da719830 Mon Sep 17 00:00:00 2001 From: Julian Rubisch Date: Thu, 9 Nov 2023 21:58:36 +0100 Subject: [PATCH] docs: Fix updatable helper signature --- docs/guide/updatable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/updatable.md b/docs/guide/updatable.md index a867e61e..fa1a2184 100644 --- a/docs/guide/updatable.md +++ b/docs/guide/updatable.md @@ -156,7 +156,7 @@ end ### View Helper -`cable_ready_updates_for(*keys, url: nil, debounce: nil, only: nil, ignore_inner_updates: false, html_options: {}, &block)` +`cable_ready_updates_for(*keys, url: nil, debounce: nil, only: nil, ignore_inner_updates: false, observe_appearance: false, html_options: {}, &block)` This helper method will render a `` custom HTML element that contains all the JavaScript behavior to