Skip to content

Commit

Permalink
remove cached: true
Browse files Browse the repository at this point in the history
  • Loading branch information
cpytel committed Nov 26, 2024
1 parent ddb4b08 commit 2d200d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/shows/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
<section class="videos tiles-container">
<%= render(
partial: "videos/video",
collection: @video_listing.to_a,
cached: true,
collection: @video_listing.to_a
) %>
</section>

Expand Down

0 comments on commit 2d200d8

Please sign in to comment.