1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

11 lines
271 B
Ruby

Redmine::Plugin.register :redmine_test_plugin_bar do
name 'Test plugin redmine_test_plugin_bar'
author 'Author name'
description 'This is a plugin for Redmine test'
version '0.0.1'
end
Pathname(__dir__).glob("app/**/*.rb").sort.each do |path|
require path
end