mod/solid_cache/set/right/solid_cache.rb in card-1.93.0 vs mod/solid_cache/set/right/solid_cache.rb in card-1.93.1

- old
+ new

@@ -9,16 +9,16 @@ def clean_html? false end format :html do - view :core do + view :core, cache: :never do return super() unless card.new_card? @denied_view = :core _render_missing end - view :missing do + view :missing, cache: :never do if @card.new_card? && (l = @card.left) && l.solid_cache? l.update_solid_cache @card = Card.fetch card.name render! @denied_view else