gitlabhq/db/fixtures/development/002_project.rb

6 lines
234 B
Ruby
Raw Normal View History

2011-12-04 21:19:49 +01:00
Project.seed(:id, [
{ id: 1, name: "Underscore.js", path: "underscore", owner_id: 1, namespace_id: 1 },
2012-11-23 22:10:59 +01:00
{ id: 2, name: "Diaspora", path: "diaspora", owner_id: 1 },
{ id: 3, name: "Ruby on Rails", path: "rails", owner_id: 1 }
2011-12-04 21:19:49 +01:00
])