Skip to content

Commit

Permalink
docs: Fix updatable helper signature
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrubisch committed Nov 9, 2023
1 parent b8cfd0d commit 11dc7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/updatable.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<cable-ready-updates-for>` custom HTML element that contains all the JavaScript behavior to

Expand Down

0 comments on commit 11dc7f8

Please sign in to comment.