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

fix

parent a1481893
No related merge requests found
......@@ -62,4 +62,10 @@ class University::Organization < ApplicationRecord
def to_s
"#{name}"
end
protected
def explicit_blob_ids
[logo&.blob_id]
end
end
---
title: >
<%= @about.to_s %>
slug: "<%= @about.slug %>"
long_name: >
<%= @about.long_name %>
kind: "<%= @about.kind %>"
......
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