diff --git a/db/fixtures/development/002_project.rb b/db/fixtures/development/002_project.rb index eb68b5fe93a..b6c0b54764f 100644 --- a/db/fixtures/development/002_project.rb +++ b/db/fixtures/development/002_project.rb @@ -1,5 +1,5 @@ Project.seed(:id, [ - { 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 } + { id: 1, name: "Underscore.js", path: "underscore", owner_id: 1 }, + { id: 2, name: "Diaspora", path: "diaspora", owner_id: 1 }, + { id: 3, name: "Ruby on Rails", path: "rails", owner_id: 1 } ])