From 58465c4645594818ec2cfbd8d11f35f080b5148c Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Mon, 16 Mar 2020 20:19:04 +0000 Subject: [PATCH] Adapt routes placeholder in the new catalog engine to make it similar to the other engines --- engines/catalog/config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/catalog/config/routes.rb b/engines/catalog/config/routes.rb index a56f4a0b70..166898de46 100644 --- a/engines/catalog/config/routes.rb +++ b/engines/catalog/config/routes.rb @@ -1,2 +1,2 @@ -Catalog::Engine.routes.draw do +Openfoodnetwork::Application.routes.prepend do end