Fxied seeds
This commit is contained in:
parent
0693215c30
commit
d71a68af41
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
Project.seed(:id, [
|
Project.seed(:id, [
|
||||||
{ id: 1, name: "Underscore.js", path: "underscore", code: "underscore", owner_id: 1 },
|
{ id: 1, name: "Underscore.js", path: "underscore", owner_id: 1 },
|
||||||
{ id: 2, name: "Diaspora", path: "diaspora", code: "diaspora", owner_id: 1 },
|
{ id: 2, name: "Diaspora", path: "diaspora", owner_id: 1 },
|
||||||
{ id: 3, name: "Ruby on Rails", path: "rails", code: "rails", owner_id: 1 }
|
{ id: 3, name: "Ruby on Rails", path: "rails", owner_id: 1 }
|
||||||
])
|
])
|
||||||
|
|
Loading…
Add table
Reference in a new issue