From 08c380cc719285aa83d120b12ceb2ebd2f91596c Mon Sep 17 00:00:00 2001 From: Kevin McConnell Date: Thu, 4 Dec 2025 13:32:47 +0000 Subject: [PATCH] Remove trailing whitespace Appease the Rubocop --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index a494a742f..9fa8f81bf 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -222,7 +222,7 @@ Rails.application.routes.draw do resolve "Webhook" do |webhook, options| route_for :board_webhook, webhook.board, webhook, options end - + # Support for legacy URLs get "/collections/:collection_id/cards/:id", to: redirect { |params, request| "#{request.script_name}/cards/#{params[:id]}" } get "/collections/:id", to: redirect { |params, request| "#{request.script_name}/boards/#{params[:id]}" }