Skip to content
Snippets Groups Projects
Commit 0f1f3de6 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Fix #1832

parent b07902e8
No related branches found
No related tags found
No related merge requests found
...@@ -212,7 +212,7 @@ class Education::Program < ApplicationRecord ...@@ -212,7 +212,7 @@ class Education::Program < ApplicationRecord
end end
def published_programs def published_programs
[self] Education::Program.where(id: id)
end end
protected protected
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment