Remove redundant respond_to

This commit is contained in:
Stanko K.R.
2025-12-10 15:05:13 +01:00
parent 79e77a3780
commit 566def581e
@@ -11,11 +11,6 @@ class Boards::ColumnsController < ApplicationController
def show
set_page_and_extract_portion_from @column.cards.active.latest.with_golden_first.preloaded
fresh_when etag: @page.records
respond_to do |format|
format.html
format.json
end
end
def create