From 150d7b9052030438c4d3c99ec4c57337c13f36c3 Mon Sep 17 00:00:00 2001 From: Kat Date: Fri, 14 Apr 2023 16:35:41 +0100 Subject: [PATCH] Fix path --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index e3261f81f..52bd00afd 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -129,7 +129,7 @@ Rails.application.routes.draw do patch "organisations", to: "merge_requests#update_organisations" get "organisations/remove", to: "merge_requests#remove_merging_organisation" patch "other-merging-organisations", to: "merge_requests#update_other_merging_organisations" - get "absorbing_organisation", to: "merge_requests#absorbing_organisation" + get "absorbing-organisation", to: "merge_requests#absorbing_organisation" end resources :lettings_logs, path: "/lettings-logs" do