From 7e3004c60b64fd3ccdb9a2d89b5420923cdc2f00 Mon Sep 17 00:00:00 2001 From: Paul Bob Date: Sat, 21 Dec 2024 12:37:09 +0200 Subject: [PATCH] lint --- lib/avo/engine.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/avo/engine.rb b/lib/avo/engine.rb index b6de4c9b5..f22fa460a 100644 --- a/lib/avo/engine.rb +++ b/lib/avo/engine.rb @@ -63,8 +63,8 @@ class Engine < ::Rails::Engine # Add the mount_avo method to Rails ActionDispatch::Routing::Mapper.include(Module.new { - def mount_avo(at: Avo.configuration.root_path, **options) - mount Avo::Engine, at:, **options + def mount_avo(at: Avo.configuration.root_path, **) + mount Avo::Engine, at:, ** Avo.plugin_manager.engines.each do |engine| mount engine[:klass], **engine[:options]