From 7f02370ccc631a211ba83412945eee65ee211190 Mon Sep 17 00:00:00 2001 From: JG Date: Thu, 9 Jun 2022 07:05:42 +0100 Subject: [PATCH] rubocop - thanks --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 4b4ad0394..751350ef9 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -35,7 +35,7 @@ Rails.application.routes.draw do get "edit/password", to: "users#edit_password" end - resources :schemes, :path => "/supported-housing", only: [:index] + resources :schemes, path: "/supported-housing", only: [:index] resources :users do member do