diff --git a/app/views/comments/_form.html.erb b/app/views/comments/_form.html.erb index 702df0dd0..d56556100 100644 --- a/app/views/comments/_form.html.erb +++ b/app/views/comments/_form.html.erb @@ -1,5 +1,5 @@ <% valuation = local_assigns.fetch(:valuation, false) %> -<% cache [locale_and_user_status, parent_id, commentable_cache_key(commentable)] do %> +<% cache [locale_and_user_status, parent_id, commentable_cache_key(commentable), valuation] do %> <% css_id = parent_or_commentable_dom_id(parent_id, commentable) %>
class="comment-form"> <%= form_for Comment.new, remote: true do |f| %>