Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
d453d97df3
Initially for use with registered custom fields
10 Zeilen
Kein EOL
195 B
Ruby
10 Zeilen
Kein EOL
195 B
Ruby
# frozen_string_literal: true
|
|
|
|
module ::CustomWizard
|
|
PLUGIN_NAME ||= 'custom_wizard'
|
|
|
|
class Engine < ::Rails::Engine
|
|
engine_name PLUGIN_NAME
|
|
isolate_namespace CustomWizard
|
|
end
|
|
end |