Blankman
Blankman

Reputation: 267370

When you run db:seed, where is the script that inserts seed data into the db?

When you run db:seed, where is the script that inserts seed data into the db?

Upvotes: 1

Views: 107

Answers (1)

Nikita Rybak
Nikita Rybak

Reputation: 68046

db/seeds.rb

It's usually created by default in a new rails application.

Upvotes: 2

Related Questions