Fix Generator namespace

This commit is contained in:
Oliver Günther
2022-02-08 15:45:01 +01:00
parent 6096aeb45f
commit eeb2b7eefa
@@ -28,7 +28,7 @@
require 'rails/generators'
class Generators::OpenProject::Plugin::PluginGenerator < Rails::Generators::Base
class OpenProject::PluginGenerator < Rails::Generators::Base
source_root File.expand_path('templates', __dir__)
argument :plugin_name, type: :string, default: 'openproject-new-plugin'