Skip to content

Commit 9855025

Browse files
committed
Adding course seed CP020
1 parent 4bae9ce commit 9855025

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

db/seeds/activities/stem_learning.rb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2940,3 +2940,15 @@
29402940

29412941
activity.programmes = [secondary_certificate]
29422942
end.save!
2943+
2944+
Activity.find_or_initialize_by(stem_course_template_no: "d56154f7-378a-f011-b4cc-002248c763ad").tap do |activity|
2945+
activity.title = "Experienced leaders of primary computing"
2946+
activity.slug = "experienced-leaders-of-primary-computing"
2947+
activity.category = "face-to-face"
2948+
activity.remote_delivered_cpd = false
2949+
activity.provider = "stem-learning"
2950+
activity.stem_activity_code = "CP020"
2951+
activity.credit = 160
2952+
2953+
activity.programmes = [primary_certificate]
2954+
end.save!

0 commit comments

Comments
 (0)