Skip to content

Commit 2327389

Browse files
committed
guides/source/caching_with_rails.md: remove dup
The deleted line initially had single quotes, but was changed in this PR: https://github.com/rails/rails/pull/53459/files#diff-3673de0675cbb963764640c2874d899ff36ce0ebd1f7c19d8ed87cfa431ef5b6R218 I'd argue it didn't add much initially, but it's now a duplcate and is confusing.
1 parent 8c7e394 commit 2327389

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

guides/source/caching_with_rails.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ how to decode:
299299
```ruby
300300
render partial: "comments/comment", collection: commentable.comments
301301
render "comments/comments"
302-
render "comments/comments"
303302
render("comments/comments")
304303

305304
render "header" # translates to render("comments/header")

0 commit comments

Comments
 (0)