gitlabhq/db/fixtures/development/03_group.rb
2013-02-09 15:13:56 +02:00

6 lines
201 B
Ruby

Group.seed(:id, [
{ id: 99, name: "GitLab", path: 'gitlab', owner_id: 1 },
{ id: 100, name: "Brightbox", path: 'brightbox', owner_id: 1 },
{ id: 101, name: "KDE", path: 'kde', owner_id: 1 },
])