You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use <%= render partial: 'path_to_partial', collection: @collection, cached: true %>, the cache hits are shown in the logs, but they're not shown in the debugbar.
The text was updated successfully, but these errors were encountered:
If I use
<%= render partial: 'path_to_partial', collection: @collection, cached: true %>
, the cache hits are shown in the logs, but they're not shown in the debugbar.The text was updated successfully, but these errors were encountered: