Skip to content
Snippets Groups Projects
Unverified Commit 4e49c22b authored by Pierre-André Boissinot's avatar Pierre-André Boissinot Committed by GitHub
Browse files

Merge pull request #630 from noesya/fix/website-orgas

Méthode "organizations" sur le website
parents e4f815f8 07c14a57
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