Pinned Loading
-
-
rails db:reseed
rails db:reseed 1# lib/tasks/db.rake
2namespace :db do
3desc 'Drop, create, migrate then seed the development database'
4task reseed: [ 'db:drop', 'db:create', 'db:migrate', 'db:seed' ] do
5puts 'Reseeding completed.'
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

