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

6 lines
208 B
Ruby

class Public::Collections::Columns::NotNowsController < Public::BaseController
def show
set_page_and_extract_portion_from @collection.cards.postponed.reverse_chronologically.with_golden_first
end
end