From cb96a1e9df29ff1cae6e8b127233ae9268feced0 Mon Sep 17 00:00:00 2001 From: Luiz Eduardo Kowalski Date: Sat, 30 Nov 2024 21:18:11 +0100 Subject: [PATCH] Adjust routes drawing to be compatible with Rails main --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 33888a3..a553bd3 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -5,6 +5,6 @@ end if HighVoltage.routes - get HighVoltage.route_drawer.match_attributes + get **HighVoltage.route_drawer.match_attributes end end