dev seeds & dev scripts
This commit is contained in:
parent
f94d51d765
commit
d9cfb7985e
5 changed files with 75 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
Project.seed(:id, [
|
||||
{ :id => 1, :name => "Gitlab HQ", :path => "gitlabhq", :code => "gitlabhq", :owner_id => 1 },
|
||||
{ :id => 1, :name => "Rubinius", :path => "rubinius", :code => "rubinius", :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