Commit 37530c0
Fix update_all documentation to use class selector syntax
The examples showed a bare class name ("clearance_item") as the
targets argument, but Turbo requires a CSS selector (".clearance_item")
to match multiple elements by class. The bare form silently fails to
match anything in the browser.
Fixes #7111 parent 435135b commit 37530c0
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
172 | | - | |
| 171 | + | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
0 commit comments