We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d81e1bd commit 7ae0a78Copy full SHA for 7ae0a78
polyphemus/lib/polyphemus/controllers/workflow_controller.rb
@@ -26,6 +26,7 @@ def create
26
Polyphemus::RuntimeConfig.create(
27
config_id: config.config_id,
28
run_interval: 0,
29
+ config: {},
30
created_at: Time.now,
31
updated_at: Time.now
32
)
0 commit comments