diff --git a/app/models/education/program.rb b/app/models/education/program.rb
index fbb7f2d0500d5fba7fab7c64a8c719a8b9ed525d..5842168931d113687345e6ebe05809fc10657aee 100644
--- a/app/models/education/program.rb
+++ b/app/models/education/program.rb
@@ -211,6 +211,10 @@ class Education::Program < ApplicationRecord
     false
   end
 
+  def published_programs
+    [self]
+  end
+
   protected
 
   def check_accessibility