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