Fxied seeds

This commit is contained in:
Dmitriy Zaporozhets 2012-11-23 23:10:59 +02:00
parent 0693215c30
commit d71a68af41
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Project.seed(:id, [
{ id: 1, name: "Underscore.js", path: "underscore", code: "underscore", owner_id: 1 },
{ id: 2, name: "Diaspora", path: "diaspora", code: "diaspora", owner_id: 1 },
{ id: 3, name: "Ruby on Rails", path: "rails", code: "rails", owner_id: 1 }
{ id: 1, name: "Underscore.js", path: "underscore", owner_id: 1 },
{ id: 2, name: "Diaspora", path: "diaspora", owner_id: 1 },
{ id: 3, name: "Ruby on Rails", path: "rails", owner_id: 1 }
])