Improved seeds for development env
This commit is contained in:
parent
f0a6fbaae3
commit
a85e11fa51
7 changed files with 105 additions and 77 deletions
|
@ -1,5 +1,5 @@
|
|||
Project.seed(:id, [
|
||||
{ :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 }
|
||||
{ id: 1, name: "Underscore.js", path: "underscore", code: "underscore", owner_id: 1 },
|
||||
{ id: 2, name: "Diaspora", path: "diaspora", code: "diaspora", owner_id: 1 },
|
||||
{ id: 3, name: "Ruby on Rails", path: "rails", code: "rails", owner_id: 1 }
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue