Skip to content
Snippets Groups Projects
Unverified Commit 07c14a57 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

website.orgas

parent e4f815f8
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,10 @@ module Communication::Website::WithDependencies
blocks_dependencies.reject { |dependency| !dependency.is_a? University::Person }
end
def organizations
organizations_in_blocks
end
def organizations_in_blocks
blocks_dependencies.reject { |dependency| !dependency.is_a? University::Organization }
end
......
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