Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 12:22:54 +01:00
6 Zeilen
131 B
Ruby
6 Zeilen
131 B
Ruby
|
module ::CustomWizard
|
||
|
class Engine < ::Rails::Engine
|
||
|
engine_name 'custom_wizard'
|
||
|
isolate_namespace CustomWizard
|
||
|
end
|
||
|
end
|