Remove errant empty argument
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user