Files
2025-11-05 13:41:12 +01:00

6 lines
187 B
Ruby

class Public::Boards::Columns::StreamsController < Public::BaseController
def show
set_page_and_extract_portion_from @board.cards.awaiting_triage.latest.with_golden_first
end
end