From e12ef119da83de6a285f05acf4e56f4b525d5b15 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 13 Apr 2025 20:17:24 +0200 Subject: [PATCH] Style --- app/controllers/collections/workflows_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/collections/workflows_controller.rb b/app/controllers/collections/workflows_controller.rb index 31a8cb715..ae50b90f9 100644 --- a/app/controllers/collections/workflows_controller.rb +++ b/app/controllers/collections/workflows_controller.rb @@ -5,7 +5,6 @@ class Collections::WorkflowsController < ApplicationController def update @collection.update! workflow: @workflow - redirect_to cards_path(collection_ids: [ @collection ]) end