diff --git a/app/controllers/cards/collections_controller.rb b/app/controllers/cards/collections_controller.rb index cd709fb25..791fd945e 100644 --- a/app/controllers/cards/collections_controller.rb +++ b/app/controllers/cards/collections_controller.rb @@ -6,6 +6,7 @@ class Cards::CollectionsController < ApplicationController def edit @collections = Current.user.collections.ordered_by_recently_accessed + fresh_when @collections end def update