gitlabhq/db/fixtures/development/002_project.rb
Dmitriy Zaporozhets 03e51c3058 fixtures added
2011-12-04 22:19:49 +02:00

6 lines
323 B
Ruby

Project.seed(:id, [
{ :id => 1, :name => "Gitlab HQ", :path => "gitlabhq", :code => "gitlabhq", :owner_id => 1 },
{ :id => 2, :name => "Diaspora", :path => "diaspora", :code => "diaspora", :owner_id => 1 },
{ :id => 3, :name => "Ruby on Rails", :path => "ruby_on_rails", :code => "ruby_on_rails", :owner_id => 1 }
])