Just basic

This commit is contained in:
Jason Zimdars
2025-05-22 21:55:18 -05:00
parent 53c19e8e07
commit 99797ca856
+1 -1
View File
@@ -6,7 +6,7 @@ class FirstRun
Closure::Reason.create_defaults
Collection.create!(name: "Cards", creator: user, all_access: true)
workflow = Workflow.create!(name: "Basic workflow")
workflow = Workflow.create!(name: "Basic")
Collection.first.update!(workflow: workflow)
user
end