Commit d71a68af41e875f7391a385a252052b4f7f5583e

Authored by Dmitriy Zaporozhets
1 parent 0693215c

Fxied seeds

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
db/fixtures/development/002_project.rb
1 1 Project.seed(:id, [
2   - { id: 1, name: "Underscore.js", path: "underscore", code: "underscore", owner_id: 1 },
3   - { id: 2, name: "Diaspora", path: "diaspora", code: "diaspora", owner_id: 1 },
4   - { id: 3, name: "Ruby on Rails", path: "rails", code: "rails", owner_id: 1 }
  2 + { id: 1, name: "Underscore.js", path: "underscore", owner_id: 1 },
  3 + { id: 2, name: "Diaspora", path: "diaspora", owner_id: 1 },
  4 + { id: 3, name: "Ruby on Rails", path: "rails", owner_id: 1 }
5 5 ])
... ...