diff --git a/db/seeds.rb b/db/seeds.rb index 97eb33852..0c0500e18 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -5,4 +5,5 @@ if Rails.env.development? Rake::Task['projects:create_all'].invoke Rake::Task['for_education:seed_a_school_with_lessons_and_students'].invoke + Rake::Task['projects:create_experience_cs_examples'].invoke end