Remove errant empty argument

This commit is contained in:
Jeffrey Hardy
2024-09-18 13:20:20 -04:00
parent 6f2c186208
commit 4a0fd759e5
+1 -1
View File
@@ -8,6 +8,6 @@ class CreateProjects < ActiveRecord::Migration[8.0]
t.timestamps
end
Account.first.projects.create! name: "Writebook", account: , creator: User.first
Account.first.projects.create! name: "Writebook", creator: User.first
end
end