This commit is contained in:
David Heinemeier Hansson
2025-11-02 14:17:46 +01:00
parent 966aa51a37
commit 0af74bfa11
@@ -1,7 +1,7 @@
class Collections::ColumnsController < ApplicationController
include ActionView::RecordIdentifier, CollectionScoped
before_action :set_column, only: [ :show, :update, :destroy ]
before_action :set_column, only: %i[ show update destroy ]
def show
set_page_and_extract_portion_from @column.cards.active.latest.with_golden_first