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

return

parent a5d8e093
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ Rails.application.config.to_prepare do
after_save :denormalize_university_id_for_blob
def denormalize_university_id_for_blob
return unless self.blob.university_id.present?
return if self.blob.university_id.present?
university_id = case self.record.class.name
when 'University'
self.record.id
......
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