This commit is contained in:
David Heinemeier Hansson
2025-04-13 20:17:24 +02:00
parent dbf61f4fc3
commit e12ef119da
@@ -5,7 +5,6 @@ class Collections::WorkflowsController < ApplicationController
def update
@collection.update! workflow: @workflow
redirect_to cards_path(collection_ids: [ @collection ])
end