Skip to content

Seeds

gitlab-qa-bot requested to merge github/fork/NARKOZ/seeds into master

Created by: NARKOZ

I think it's more natural way to seed data.

rake db:setup now will not just create and load schema, but also seed data. rake db:seed will seed the data.

Also no need for fixtures.

Merge request reports