Skip to content

Fixes plugin controller routes ordering

With the current code, if a plugin has a "default" controller (<plugin_name>_controller.rb), its route might obfuscate the other plugin controllers, depending on the order of the files returned by Dir.glob.

Edited by Gabriel Silva

Merge request reports