0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00
Dieser Commit ist enthalten in:
Angus McLeod 2019-01-23 10:07:29 +11:00
Ursprung a0b34f308b
Commit 2af1c543c1

Datei anzeigen

@ -49,7 +49,7 @@ class CustomWizard::Builder
result result
end end
result.gsub!(/w\{(.*?)\}/) { |match| data[$1.to_sym] } result.gsub(/w\{(.*?)\}/) { |match| data[$1.to_sym] }
end end
def build(build_opts = {}) def build(build_opts = {})