fixtures added
This commit is contained in:
parent
a41d57691d
commit
03e51c3058
5 changed files with 58 additions and 17 deletions
5
db/fixtures/development/002_project.rb
Normal file
5
db/fixtures/development/002_project.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
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 }
|
||||
])
|
Loading…
Add table
Add a link
Reference in a new issue