mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Fix Generator namespace
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user