Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +01:00
add file reference to plugin dot rb
Dieser Commit ist enthalten in:
Ursprung
221c233e6d
Commit
839f085500
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
|
@ -77,6 +77,7 @@ after_initialize do
|
|||
load File.expand_path('../lib/template.rb', __FILE__)
|
||||
load File.expand_path('../lib/wizard.rb', __FILE__)
|
||||
load File.expand_path('../lib/wizard_edits.rb', __FILE__)
|
||||
load File.expand_path('../lib/authorization.rb', __FILE__)
|
||||
load File.expand_path('../controllers/wizard.rb', __FILE__)
|
||||
load File.expand_path('../controllers/steps.rb', __FILE__)
|
||||
load File.expand_path('../controllers/admin.rb', __FILE__)
|
||||
|
|
Laden …
In neuem Issue referenzieren