X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/43773cb247a1fb744b57070b715bfa5d53a00822..0d5962b720872b8f4cbd6bc0a3f44d896bff7daf:/services/api/db/seeds.rb diff --git a/services/api/db/seeds.rb b/services/api/db/seeds.rb index d34dfa024d..384d2e2cf1 100644 --- a/services/api/db/seeds.rb +++ b/services/api/db/seeds.rb @@ -1,7 +1,5 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). +# This file seeds the database with initial/default values. # -# Examples: -# -# cities = City.create([{ :name => 'Chicago' }, { :name => 'Copenhagen' }]) -# Mayor.create(:name => 'Emanuel', :city => cities.first) +# It is invoked by `rake db:seed` and `rake db:setup`. + +DatabaseSeeds.install