Files
fizzy/app/controllers/public/collections_controller.rb
T
2025-11-03 15:56:25 +01:00

6 lines
179 B
Ruby

class Public::CollectionsController < Public::BaseController
def show
set_page_and_extract_portion_from @collection.cards.awaiting_triage.latest.with_golden_first
end
end