Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
treagod committed Jul 18, 2024
1 parent 33fbf18 commit 4c1a772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class ArticleDeleteHandler < MartenTurbo::Handlers::RecordDelete
success_route_name "articles"
def turbo_stream
MartenTurbo::TurboStream.remove("article_1")
MartenTurbo::TurboStream.remove(record)
end
end
```

0 comments on commit 4c1a772

Please sign in to comment.